|
Amesos Package Browser (Single Doxygen Collection)
Development
|

Go to the source code of this file.
Macros | |
| #define | DLONG 1 |
Functions | |
| cholmod_sparse *CHOLMOD() | allocate_sparse (size_t nrow, size_t ncol, size_t nzmax, int sorted, int packed, int stype, int xtype, cholmod_common *Common) |
| int CHOLMOD() | free_sparse (cholmod_sparse **AHandle, cholmod_common *Common) |
| int CHOLMOD() | reallocate_sparse (size_t nznew, cholmod_sparse *A, cholmod_common *Common) |
| cholmod_sparse *CHOLMOD() | speye (size_t nrow, size_t ncol, int xtype, cholmod_common *Common) |
| cholmod_sparse *CHOLMOD() | spzeros (size_t nrow, size_t ncol, size_t nzmax, int xtype, cholmod_common *Common) |
| UF_long CHOLMOD() | nnz (cholmod_sparse *A, cholmod_common *Common) |
| cholmod_sparse *CHOLMOD() | copy_sparse (cholmod_sparse *A, cholmod_common *Common) |
| #define DLONG 1 |
Definition at line 40 of file amesos_cholmod_l_sparse.c.
| cholmod_sparse* CHOLMOD() allocate_sparse | ( | size_t | nrow, |
| size_t | ncol, | ||
| size_t | nzmax, | ||
| int | sorted, | ||
| int | packed, | ||
| int | stype, | ||
| int | xtype, | ||
| cholmod_common * | Common | ||
| ) |
Definition at line 58 of file amesos_cholmod_l_sparse.c.
| int CHOLMOD() free_sparse | ( | cholmod_sparse ** | AHandle, |
| cholmod_common * | Common | ||
| ) |
Definition at line 186 of file amesos_cholmod_l_sparse.c.
| int CHOLMOD() reallocate_sparse | ( | size_t | nznew, |
| cholmod_sparse * | A, | ||
| cholmod_common * | Common | ||
| ) |
Definition at line 248 of file amesos_cholmod_l_sparse.c.
| cholmod_sparse* CHOLMOD() speye | ( | size_t | nrow, |
| size_t | ncol, | ||
| int | xtype, | ||
| cholmod_common * | Common | ||
| ) |
Definition at line 287 of file amesos_cholmod_l_sparse.c.
| cholmod_sparse* CHOLMOD() spzeros | ( | size_t | nrow, |
| size_t | ncol, | ||
| size_t | nzmax, | ||
| int | xtype, | ||
| cholmod_common * | Common | ||
| ) |
Definition at line 383 of file amesos_cholmod_l_sparse.c.
| UF_long CHOLMOD() nnz | ( | cholmod_sparse * | A, |
| cholmod_common * | Common | ||
| ) |
Definition at line 421 of file amesos_cholmod_l_sparse.c.
| cholmod_sparse* CHOLMOD() copy_sparse | ( | cholmod_sparse * | A, |
| cholmod_common * | Common | ||
| ) |
Definition at line 482 of file amesos_cholmod_l_sparse.c.
1.8.6