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
Functions
chol.cc File Reference
#include <string>
#include "chol.h"
#include "sparse-chol.h"
#include "oct-spparms.h"
#include "sparse-util.h"
#include "ov-re-sparse.h"
#include "ov-cx-sparse.h"
#include "defun-dld.h"
#include "error.h"
#include "errwarn.h"
#include "ovl.h"
#include "oct-string.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

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

Definition at line 47 of file chol.cc.

References octave_value().

Referenced by Gchol().

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

Definition at line 62 of file chol.cc.

References MatrixType::Lower, and octave_value().

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

Definition at line 54 of file chol.cc.

References octave_value(), and MatrixType::Upper.