Hello, Sergey ! I am trying to use your function rmatrixsolvels. It seems to me there is a mistake in this function descriptions. One writes in the section INPUT PARAMETERS: "B - array[0..NCols-1], right part". But I think that this line should be look like "B - array[0..NRows-1], right part". Number of members of the right part array equals the number of rows, does not so ?
One writes in the section OUTPUT PARAMETERS: "X - array[0..N-1,0..M-1],...". What is N and M ? Whether X is 2d array ? One writes " real_1d_array &x " in the argumentns this function.
The function work perfectly, but this inconsistency confuses me. Or I mistake ?
Waiting for your reply. Thank you in advance.
|