#include "SparseCmplxCHOL.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_COMPLEX |
Functions | |
SparseComplexMatrix | chol2inv (const SparseComplexMatrix &r) |
#define OCTAVE_CHOLMOD_TYPE CHOLMOD_COMPLEX |
Definition at line 31 of file SparseCmplxCHOL.cc.
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.