Searched refs:I_ (Results 1 – 2 of 2) sorted by relevance
| /petsc/src/mat/tests/ |
| H A D | mmio.h | 113 int mm_write_mtx_crd(char fname[], int M, int N, int nz, int I_[], int J_[], double val[], MM_typec… 114 int mm_read_mtx_crd_data(FILE *f, int M, int N, int nz, int I_[], int J_[], double val[], MM_typeco… 115 int mm_read_mtx_crd_entry(FILE *f, int *I_, int *J_, double *real, double *img, MM_typecode matcode… 116 …symmetric_sparse(const char *fname, int *M_, int *N_, int *nz_, double **val_, int **I_, int **J_);
|
| H A D | mmio.c | 16 …nsymmetric_sparse(const char *fname, int *M_, int *N_, int *nz_, double **val_, int **I_, int **J_) in mm_read_unsymmetric_sparse() argument 57 *I_ = ia; in mm_read_unsymmetric_sparse()
|