GNU Octave
3.8.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
|
Go to the source code of this file.
Macros | |
#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.