#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.
Functions | |
template<typename chol_type > | |
chol_type | chol2inv (const chol_type &r) |
template SparseComplexMatrix | chol2inv< SparseComplexMatrix > (const SparseComplexMatrix &r) |
template SparseMatrix | chol2inv< SparseMatrix > (const SparseMatrix &r) |
template<typename T > | |
int | get_xtype () |
template<> | |
int | get_xtype< Complex > () |
template<> | |
int | get_xtype< double > () |
chol_type chol2inv | ( | const chol_type & | r | ) |
Definition at line 516 of file sparse-chol.cc.
References current_liboctave_error_handler, MatrixType::Lower, r, and MatrixType::Upper.
template SparseComplexMatrix chol2inv< SparseComplexMatrix > | ( | const SparseComplexMatrix & | r | ) |
template SparseMatrix chol2inv< SparseMatrix > | ( | const SparseMatrix & | r | ) |
int get_xtype | ( | ) |
Definition at line 201 of file sparse-chol.cc.
|
inline |
Definition at line 194 of file sparse-chol.cc.