--- trunk/paso/src/SystemMatrix.h 2008/02/27 05:27:18 1424 +++ trunk/paso/src/SystemMatrix.h 2008/02/27 06:12:04 1425 @@ -111,6 +111,7 @@ void Paso_SystemMatrix_add(Paso_SystemMatrix*,dim_t,index_t*, dim_t,dim_t,index_t*,dim_t, double*); void Paso_SystemMatrix_rowSum(Paso_SystemMatrix* A, double* row_sum); void Paso_SystemMatrix_nullifyRows(Paso_SystemMatrix* A, double* mask_row, double main_diagonal_value); +void Paso_SparseMatrix_nullifyRows_CSR(Paso_SparseMatrix*, double*, double); #endif /* #ifndef INC_PASO_SYSTEMMATRIX */