Well actually this is a smaller example than my main text to be
honest...
What i need to find is a way to save the resulting matrix Vnul,
pointed to by Vnulpoint in an array of sorts. But i need to do this
without knowing the number of results I'm going to get. This would be
part of a minimization code...
In matlab I have an array of matrices, which I add my resulting matrix
to each time i go through the loop...I need the same in C.
Thanks for the help so far.
honest...
What i need to find is a way to save the resulting matrix Vnul,
pointed to by Vnulpoint in an array of sorts. But i need to do this
without knowing the number of results I'm going to get. This would be
part of a minimization code...
In matlab I have an array of matrices, which I add my resulting matrix
to each time i go through the loop...I need the same in C.
Thanks for the help so far.