no need for SMPzeroRow
This commit is contained in:
parent
fd78817912
commit
143022eb68
|
|
@ -38,7 +38,6 @@ int SMPcDProd(SMPmatrix *Matrix, SPcomplex *pMantissa, int *pExponent);
|
|||
SMPelement * SMPfindElt( SMPmatrix *, int , int , int );
|
||||
int SMPcZeroCol(SMPmatrix *Matrix, int Col);
|
||||
int SMPcAddCol(SMPmatrix *Matrix, int Accum_Col, int Addend_Col);
|
||||
int SMPzeroRow(SMPmatrix *Matrix, int Row);
|
||||
void SMPconstMult(SMPmatrix *, double);
|
||||
void SMPmultiply(SMPmatrix *, double *, double *, double *, double *);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue