GNU Octave  9.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"

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

Function Documentation

◆ chol2inv()

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

◆ chol2inv< SparseComplexMatrix >()

◆ chol2inv< SparseMatrix >()

template SparseMatrix chol2inv< SparseMatrix > ( const SparseMatrix r)

◆ get_xtype()

template<typename T >
int get_xtype ( )

◆ get_xtype< Complex >()

template<>
int get_xtype< Complex > ( )
inline

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

◆ get_xtype< double >()

template<>
int get_xtype< double > ( )
inline

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