Matrix r5059
|
#include <cs-etc.h>
Data Fields | |
int | nzmax |
int | m |
int | n |
int * | p |
int * | i |
void * | x |
int | nz |
int | xtype |
int* Matrix_cs_sparse::i |
Definition at line 22 of file cs-etc.h.
Referenced by CXS2M(), M2CXS(), Matrix_cs_speye(), and sparseLU_solve().
int Matrix_cs_sparse::m |
Definition at line 19 of file cs-etc.h.
Referenced by Csparse_dmperm(), CXS2M(), dgCMatrix_lusol(), dgCMatrix_qrsol(), M2CXS(), sparse_lu(), sparse_qr(), and sparseQR_matmult().
int Matrix_cs_sparse::n |
Definition at line 20 of file cs-etc.h.
Referenced by Csparse_dmperm(), CXS2M(), dgCMatrix_lusol(), dgCMatrix_qrsol(), M2CXS(), sparse_lu(), sparse_qr(), and sparseQR_matmult().
int* Matrix_cs_sparse::p |
Definition at line 21 of file cs-etc.h.
Referenced by CXS2M(), M2CXS(), and Matrix_cs_speye().
void* Matrix_cs_sparse::x |
Definition at line 23 of file cs-etc.h.
Referenced by CXS2M(), M2CXS(), and Matrix_cs_speye().
int Matrix_cs_sparse::xtype |
Definition at line 25 of file cs-etc.h.
Referenced by Csparse_dmperm(), CXS2M(), M2CXS(), Matrix_cs_permute(), Matrix_cs_spalloc(), Matrix_cs_transpose(), sparse_lu(), sparse_qr(), sparseLU_solve(), sparseQR_matmult(), and tCMatrix_solve().