#include <cholmod_core.h>
Public Attributes | |
int | dtype |
void * | i |
int | itype |
size_t | ncol |
size_t | nrow |
void * | nz |
size_t | nzmax |
void * | p |
int | packed |
int | sorted |
int | stype |
void * | x |
int | xtype |
void * | z |
Definition at line 1116 of file cholmod_core.h.
Definition at line 1159 of file cholmod_core.h.
void* cholmod_sparse_struct::i |
Definition at line 1124 of file cholmod_core.h.
Definition at line 1154 of file cholmod_core.h.
size_t cholmod_sparse_struct::ncol |
Definition at line 1119 of file cholmod_core.h.
size_t cholmod_sparse_struct::nrow |
Definition at line 1118 of file cholmod_core.h.
Definition at line 1127 of file cholmod_core.h.
size_t cholmod_sparse_struct::nzmax |
Definition at line 1120 of file cholmod_core.h.
void* cholmod_sparse_struct::p |
Definition at line 1123 of file cholmod_core.h.
Definition at line 1161 of file cholmod_core.h.
Definition at line 1160 of file cholmod_core.h.
Definition at line 1138 of file cholmod_core.h.
void* cholmod_sparse_struct::x |
Definition at line 1135 of file cholmod_core.h.
Definition at line 1158 of file cholmod_core.h.
void* cholmod_sparse_struct::z |
Definition at line 1136 of file cholmod_core.h.