|
Matrix $Rev: 2718 $ at $LastChangedDate: 2011-10-06 11:45:17 +0200 (Thu, 06 Oct 2011) $
|
#include <cs.h>
Data Fields | |
| int * | cp |
| int * | leftmost |
| double | lnz |
| int | m2 |
| int * | parent |
| int * | pinv |
| int * | q |
| double | unz |
| int* cs_symbolic::cp |
Definition at line 56 of file cs.h.
Referenced by cs_chol(), cs_schol(), cs_sfree(), and cs_sqr().
Definition at line 57 of file cs.h.
Referenced by cs_qr(), cs_sfree(), and cs_vcount().
| double cs_symbolic::lnz |
Definition at line 59 of file cs.h.
Referenced by cs_lu(), cs_qr(), cs_schol(), cs_sqr(), and cs_vcount().
| int cs_symbolic::m2 |
Definition at line 58 of file cs.h.
Referenced by cs_qr(), cs_qrsol(), and cs_vcount().
| int* cs_symbolic::parent |
Definition at line 55 of file cs.h.
Referenced by cs_chol(), cs_qr(), cs_schol(), cs_sfree(), cs_sqr(), and cs_vcount().
| int* cs_symbolic::pinv |
Definition at line 53 of file cs.h.
Referenced by cs_chol(), cs_cholsol(), cs_qr(), cs_qrsol(), cs_schol(), cs_sfree(), cs_vcount(), and dgCMatrix_QR().
| int* cs_symbolic::q |
Definition at line 54 of file cs.h.
Referenced by cs_lu(), cs_lusol(), cs_qr(), cs_qrsol(), cs_sfree(), cs_sqr(), dgCMatrix_QR(), and install_lu().
| double cs_symbolic::unz |