#include <cstddef>
#include "CSparse.h"
#include "MatrixType.h"
#include "dRowVector.h"
#include "dSparse.h"
#include "lo-error.h"
#include "oct-cmplx.h"
#include "oct-sparse.h"
#include "oct-spparms.h"
#include "quit.h"
#include "sparse-chol.h"
#include "sparse-util.h"
Go to the source code of this file.
Classes | |
class | sparse_chol< chol_type >::sparse_chol_rep< chol_type > |
Functions | |
template<typename chol_type > | |
chol_type | chol2inv (const chol_type &r) |
template OCTAVE_API SparseComplexMatrix | chol2inv< SparseComplexMatrix > (const SparseComplexMatrix &r) |
template OCTAVE_API SparseMatrix | chol2inv< SparseMatrix > (const SparseMatrix &r) |
template<typename T > | |
int | get_xtype (void) |
template<> | |
int | get_xtype< Complex > (void) |
template<> | |
int | get_xtype< double > (void) |
Variables | |
template class OCTAVE_API | sparse_chol< SparseMatrix > |
chol_type chol2inv | ( | const chol_type & | r | ) |
Definition at line 513 of file sparse-chol.cc.
References current_liboctave_error_handler, MatrixType::Lower, r, and MatrixType::Upper.
template OCTAVE_API SparseComplexMatrix chol2inv< SparseComplexMatrix > | ( | const SparseComplexMatrix & | r | ) |
template OCTAVE_API SparseMatrix chol2inv< SparseMatrix > | ( | const SparseMatrix & | r | ) |
int get_xtype | ( | void | ) |
Definition at line 199 of file sparse-chol.cc.
|
inline |
Definition at line 192 of file sparse-chol.cc.
template class OCTAVE_API sparse_chol< SparseMatrix > |
Definition at line 561 of file sparse-chol.cc.
Referenced by Fchol(), Fcholinv(), SparseMatrix::inverse(), and make_cholb().