DPsim
|
Public Attributes | |
double * | values |
int * | rowIndex |
int * | colIndex |
int | row_number |
int | nnz |
Definition at line 12 of file MNASolverDynInterface.h.
int* dpsim_csr_matrix::colIndex |
Definition at line 15 of file MNASolverDynInterface.h.
int dpsim_csr_matrix::nnz |
Definition at line 17 of file MNASolverDynInterface.h.
int dpsim_csr_matrix::row_number |
Definition at line 16 of file MNASolverDynInterface.h.
int* dpsim_csr_matrix::rowIndex |
Definition at line 14 of file MNASolverDynInterface.h.
double* dpsim_csr_matrix::values |
Definition at line 13 of file MNASolverDynInterface.h.