|
|
|
@ -38,7 +38,6 @@ SMPelement * SMPfindElt( SMPmatrix *, int , int , int ); |
|
|
|
int SMPcZeroCol(SMPmatrix *eMatrix, int Col); |
|
|
|
int SMPcAddCol(SMPmatrix *eMatrix, int Accum_Col, int Addend_Col); |
|
|
|
int SMPzeroRow(SMPmatrix *eMatrix, int Row); |
|
|
|
void spConstMult(SMPmatrix*, double); |
|
|
|
#ifdef PARALLEL_ARCH |
|
|
|
void SMPcombine(SMPmatrix *Matrix, double RHS[], double Spare[]); |
|
|
|
void SMPcCombine(SMPmatrix *Matrix, double RHS[], double Spare[], |
|
|
|
|