no need for SMPzeroRow

This commit is contained in:
dwarning 2023-06-15 15:06:56 +02:00
parent fd78817912
commit 143022eb68
1 changed files with 0 additions and 1 deletions

View File

@ -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 *);