|
Amesos Package Browser (Single Doxygen Collection)
Development
|
#include "amesos_cholmod_internal.h"#include "amesos_cholmod_core.h"#include "amesos_t_cholmod_dense.c"
Go to the source code of this file.
Macros | |
| #define | PATTERN |
| #define | REAL |
| #define | COMPLEX |
| #define | ZOMPLEX |
Functions | |
| cholmod_dense *CHOLMOD() | allocate_dense (size_t nrow, size_t ncol, size_t d, int xtype, cholmod_common *Common) |
| cholmod_dense *CHOLMOD() | zeros (size_t nrow, size_t ncol, int xtype, cholmod_common *Common) |
| cholmod_dense *CHOLMOD() | ones (size_t nrow, size_t ncol, int xtype, cholmod_common *Common) |
| cholmod_dense *CHOLMOD() | eye (size_t nrow, size_t ncol, int xtype, cholmod_common *Common) |
| int CHOLMOD() | free_dense (cholmod_dense **XHandle, cholmod_common *Common) |
| cholmod_dense *CHOLMOD() | sparse_to_dense (cholmod_sparse *A, cholmod_common *Common) |
| cholmod_sparse *CHOLMOD() | dense_to_sparse (cholmod_dense *X, int values, cholmod_common *Common) |
| int CHOLMOD() | copy_dense2 (cholmod_dense *X, cholmod_dense *Y, cholmod_common *Common) |
| cholmod_dense *CHOLMOD() | copy_dense (cholmod_dense *X, cholmod_common *Common) |
| #define PATTERN |
Definition at line 48 of file amesos_cholmod_dense.c.
| #define REAL |
Definition at line 50 of file amesos_cholmod_dense.c.
| #define COMPLEX |
Definition at line 52 of file amesos_cholmod_dense.c.
| #define ZOMPLEX |
Definition at line 54 of file amesos_cholmod_dense.c.
| cholmod_dense* CHOLMOD() allocate_dense | ( | size_t | nrow, |
| size_t | ncol, | ||
| size_t | d, | ||
| int | xtype, | ||
| cholmod_common * | Common | ||
| ) |
Definition at line 67 of file amesos_cholmod_dense.c.
| cholmod_dense* CHOLMOD() zeros | ( | size_t | nrow, |
| size_t | ncol, | ||
| int | xtype, | ||
| cholmod_common * | Common | ||
| ) |
Definition at line 158 of file amesos_cholmod_dense.c.
| cholmod_dense* CHOLMOD() ones | ( | size_t | nrow, |
| size_t | ncol, | ||
| int | xtype, | ||
| cholmod_common * | Common | ||
| ) |
Definition at line 225 of file amesos_cholmod_dense.c.
| cholmod_dense* CHOLMOD() eye | ( | size_t | nrow, |
| size_t | ncol, | ||
| int | xtype, | ||
| cholmod_common * | Common | ||
| ) |
Definition at line 293 of file amesos_cholmod_dense.c.
| int CHOLMOD() free_dense | ( | cholmod_dense ** | XHandle, |
| cholmod_common * | Common | ||
| ) |
Definition at line 354 of file amesos_cholmod_dense.c.
| cholmod_dense* CHOLMOD() sparse_to_dense | ( | cholmod_sparse * | A, |
| cholmod_common * | Common | ||
| ) |
Definition at line 409 of file amesos_cholmod_dense.c.
| cholmod_sparse* CHOLMOD() dense_to_sparse | ( | cholmod_dense * | X, |
| int | values, | ||
| cholmod_common * | Common | ||
| ) |
Definition at line 476 of file amesos_cholmod_dense.c.
| int CHOLMOD() copy_dense2 | ( | cholmod_dense * | X, |
| cholmod_dense * | Y, | ||
| cholmod_common * | Common | ||
| ) |
Definition at line 539 of file amesos_cholmod_dense.c.
| cholmod_dense* CHOLMOD() copy_dense | ( | cholmod_dense * | X, |
| cholmod_common * | Common | ||
| ) |
Definition at line 599 of file amesos_cholmod_dense.c.
1.8.14