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_COMPLEX |
Functions | |
SparseComplexMatrix | chol2inv (const SparseComplexMatrix &r) |
#define OCTAVE_CHOLMOD_TYPE CHOLMOD_COMPLEX |
Definition at line 31 of file SparseCmplxCHOL.cc.
Referenced by sparse_base_chol< chol_type, chol_elt, p_type >::sparse_base_chol_rep::init().
SparseComplexMatrix chol2inv | ( | const SparseComplexMatrix & | r | ) |
Definition at line 38 of file SparseCmplxCHOL.cc.
References Sparse< T >::cols(), current_liboctave_error_handler, SparseComplexMatrix::inverse(), MatrixType::Lower, Sparse< T >::rows(), SparseComplexMatrix::transpose(), MatrixType::type(), and MatrixType::Upper.