GNU Octave  4.2.1
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Classes | Namespaces | Functions
sparse-chol.cc File Reference
#include "sparse-chol.h"
#include "sparse-util.h"
#include "lo-error.h"
#include "oct-sparse.h"
#include "oct-spparms.h"
#include "quit.h"
#include "MatrixType.h"
Include dependency graph for sparse-chol.cc:

Go to the source code of this file.

Classes

class  octave::math::sparse_chol< chol_type >::sparse_chol_rep< chol_type >
 

Namespaces

 octave
 Octave interface to the compression and uncompression libraries.
 
 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)