#include <cstddef>
#include "CSparse.h"
#include "MatrixType.h"
#include "dRowVector.h"
#include "dSparse.h"
#include "lo-error.h"
#include "oct-cmplx.h"
#include "oct-refcount.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 | octave::math::sparse_chol< chol_type >::sparse_chol_rep< chol_type > |
Namespaces | |
octave | |
octave::math | |
Functions | |
template<typename chol_type > | |
chol_type | octave::math::chol2inv (const chol_type &r) |
template SparseComplexMatrix | octave::math::chol2inv< SparseComplexMatrix > (const SparseComplexMatrix &r) |
template SparseMatrix | octave::math::chol2inv< SparseMatrix > (const SparseMatrix &r) |
template<typename T > | |
int | octave::math::get_xtype (void) |
template<> | |
int | octave::math::get_xtype< Complex > (void) |
template<> | |
int | octave::math::get_xtype< double > (void) |