LAPACK/ScaLAPACK Development
http://icl.utk.edu/lapack-forum/
Using PSGESV
http://icl.utk.edu/lapack-forum/viewtopic.php?f=2&t=738
Page
1
of
1
Using PSGESV
Posted:
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!