SuperLU
5.0
|
Read a matrix stored in triplet (coordinate) format. More...
#include "slu_sdefs.h"
Functions | |
void | sreadtriple (int *m, int *n, int *nonz, float **nzval, int **rowind, int **colptr) |
void | sreadrhs (int m, float *b) |
– SuperLU routine (version 4.0) – Lawrence Berkeley National Laboratory. June 30, 2009
void sreadrhs | ( | int | m, |
float * | b | ||
) |
void sreadtriple | ( | int * | m, |
int * | n, | ||
int * | nonz, | ||
float ** | nzval, | ||
int ** | rowind, | ||
int ** | colptr | ||
) |