#include "SparsedbleCHOL.h"
#include "sparse-base-chol.h"
#include "sparse-base-chol.cc"
Go to the source code of this file.
Defines | |
#define | OCTAVE_CHOLMOD_TYPE CHOLMOD_REAL |
Functions | |
SparseMatrix | chol2inv (const SparseMatrix &r) |
#define OCTAVE_CHOLMOD_TYPE CHOLMOD_REAL |
Definition at line 31 of file SparsedbleCHOL.cc.
SparseMatrix chol2inv | ( | const SparseMatrix & | r | ) |
Definition at line 38 of file SparsedbleCHOL.cc.
References Sparse< T >::cols(), current_liboctave_error_handler, SparseMatrix::inverse(), MatrixType::Lower, Sparse< T >::rows(), SparseMatrix::transpose(), MatrixType::type(), and MatrixType::Upper.