79 |
Paso_SparseMatrix* Paso_SparseMatrix_getSubmatrix(Paso_SparseMatrix* A,dim_t,dim_t,index_t*,index_t*); |
Paso_SparseMatrix* Paso_SparseMatrix_getSubmatrix(Paso_SparseMatrix* A,dim_t,dim_t,index_t*,index_t*); |
80 |
void Paso_SparseMatrix_setValues(Paso_SparseMatrix*,double); |
void Paso_SparseMatrix_setValues(Paso_SparseMatrix*,double); |
81 |
void Paso_SparseMatrix_saveMM_CSC(Paso_SparseMatrix *, FILE *); |
void Paso_SparseMatrix_saveMM_CSC(Paso_SparseMatrix *, FILE *); |
82 |
|
void Paso_SparseMatrix_MatrixVector_CSR_OFFSET0_stripe(double alpha, dim_t nRows, dim_t row_block_size, dim_t col_block_size, index_t* ptr, index_t* index, double* val, double* in, double beta, double* out); |
83 |
|
|
84 |
|
|
85 |
/* |
/* |
86 |
void Paso_SparseMatrix_add(Paso_SparseMatrix*,dim_t,index_t*, dim_t,dim_t,index_t*,dim_t, double*); |
void Paso_SparseMatrix_add(Paso_SparseMatrix*,dim_t,index_t*, dim_t,dim_t,index_t*,dim_t, double*); |