Page 1 of 1

Using PSGESV

PostPosted: Thu Jul 10, 2008 1:28 pm
by mkrems
This subroutine solves Ax=b. If b is simply a vector (and not a matrix), can one just declare it is a 1D array or is it necessary for it to be declared as a 2D array with one of the array dimensions equal to 1?

Thanks!