GNU Octave  8.1.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
sparse-chol.cc File Reference
#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"
Include dependency graph for sparse-chol.cc:

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 >
 

Function Documentation

◆ chol2inv()

template<typename chol_type >
chol_type chol2inv ( const chol_type &  r)

◆ chol2inv< SparseComplexMatrix >()

◆ chol2inv< SparseMatrix >()

◆ get_xtype()

template<typename T >
int get_xtype ( void  )

◆ get_xtype< Complex >()

template<>
int get_xtype< Complex > ( void  )
inline

Definition at line 199 of file sparse-chol.cc.

◆ get_xtype< double >()

template<>
int get_xtype< double > ( void  )
inline

Definition at line 192 of file sparse-chol.cc.

Variable Documentation

◆ sparse_chol< SparseMatrix >

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().