GNU Octave  4.4.1
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
chol.cc File Reference
#include <string>
#include "Matrix.h"
#include "chol.h"
#include "oct-string.h"
#include "sparse-chol.h"
#include "sparse-util.h"
#include "defun-dld.h"
#include "error.h"
#include "errwarn.h"
#include "ov.h"
#include "ovl.h"
Include dependency graph for chol.cc:

Go to the source code of this file.

Functions

OCTAVE_EXPORT octave_value_list Fchol (const octave_value_list &, int)
 
C OCTAVE_EXPORT octave_functionGchol (const octave::dynamic_library &shl, bool relative)
 
template<typename CHOLT >
static octave_value get_chol (const CHOLT &fact)
 
template<typename CHOLT >
static octave_value get_chol_l (const CHOLT &fact)
 
template<typename CHOLT >
static octave_value get_chol_r (const CHOLT &fact)
 

Function Documentation

◆ Fchol()

OCTAVE_EXPORT octave_value_list Fchol ( const octave_value_list ,
int   
)

◆ Gchol()

◆ get_chol()

template<typename CHOLT >
static octave_value get_chol ( const CHOLT &  fact)
static

Definition at line 45 of file chol.cc.

References octave_value().

Referenced by Gchol().

◆ get_chol_l()

template<typename CHOLT >
static octave_value get_chol_l ( const CHOLT &  fact)
static

Definition at line 60 of file chol.cc.

References MatrixType::Lower, and octave_value().

◆ get_chol_r()

template<typename CHOLT >
static octave_value get_chol_r ( const CHOLT &  fact)
static

Definition at line 52 of file chol.cc.

References octave_value(), and MatrixType::Upper.