spSetReal(Matrix) is correct for reorder non-complex Matrix
This commit is contained in:
parent
302ac1bd19
commit
5903e71338
|
|
@ -194,7 +194,7 @@ SMPreorder(
|
|||
SMPmatrix *Matrix,
|
||||
double PivTol, double PivRel, double Gmin)
|
||||
{
|
||||
spSetComplex( Matrix );
|
||||
spSetReal( Matrix );
|
||||
LoadGmin( Matrix, Gmin );
|
||||
return spOrderAndFactor( Matrix, (spREAL*)NULL,
|
||||
(spREAL)PivRel, (spREAL)PivTol, YES );
|
||||
|
|
|
|||
Loading…
Reference in New Issue