Amesos Package Browser (Single Doxygen Collection)
Development
|
Go to the source code of this file.
Functions | |
cholmod_factor *CHOLMOD() | allocate_factor (size_t n, cholmod_common *Common) |
int CHOLMOD() | free_factor (cholmod_factor **LHandle, cholmod_common *Common) |
int CHOLMOD() | reallocate_factor (size_t nznew, cholmod_factor *L, cholmod_common *Common) |
int CHOLMOD() | reallocate_column (size_t j, size_t need, cholmod_factor *L, cholmod_common *Common) |
int CHOLMOD() | pack_factor (cholmod_factor *L, cholmod_common *Common) |
cholmod_sparse *CHOLMOD() | factor_to_sparse (cholmod_factor *L, cholmod_common *Common) |
cholmod_factor *CHOLMOD() | copy_factor (cholmod_factor *L, cholmod_common *Common) |
cholmod_factor* CHOLMOD() allocate_factor | ( | size_t | n, |
cholmod_common * | Common | ||
) |
Definition at line 74 of file amesos_cholmod_factor.c.
int CHOLMOD() free_factor | ( | cholmod_factor ** | LHandle, |
cholmod_common * | Common | ||
) |
Definition at line 171 of file amesos_cholmod_factor.c.
int CHOLMOD() reallocate_factor | ( | size_t | nznew, |
cholmod_factor * | L, | ||
cholmod_common * | Common | ||
) |
Definition at line 249 of file amesos_cholmod_factor.c.
int CHOLMOD() reallocate_column | ( | size_t | j, |
size_t | need, | ||
cholmod_factor * | L, | ||
cholmod_common * | Common | ||
) |
Definition at line 297 of file amesos_cholmod_factor.c.
int CHOLMOD() pack_factor | ( | cholmod_factor * | L, |
cholmod_common * | Common | ||
) |
Definition at line 490 of file amesos_cholmod_factor.c.
cholmod_sparse* CHOLMOD() factor_to_sparse | ( | cholmod_factor * | L, |
cholmod_common * | Common | ||
) |
Definition at line 604 of file amesos_cholmod_factor.c.
cholmod_factor* CHOLMOD() copy_factor | ( | cholmod_factor * | L, |
cholmod_common * | Common | ||
) |
Definition at line 693 of file amesos_cholmod_factor.c.