/* Evaluates a matrix/row/coefficient with informations on current state of the simulation and the current parameters */
eval_matrix([],_,_,[]).
eval_matrix([Row|T],CurrentState,Parameters,[RowEvaluated|ET]):-% CurrentState is a list like [1,5.26,-2,0], the concentrations of the variables [0], [1], [2] etc...