GNU Octave  4.4.1
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
chol.cc File Reference
#include "Array.h"
#include "CColVector.h"
#include "CMatrix.h"
#include "chol.h"
#include "dColVector.h"
#include "dMatrix.h"
#include "fCColVector.h"
#include "fCMatrix.h"
#include "fColVector.h"
#include "fMatrix.h"
#include "lo-error.h"
#include "lo-lapack-proto.h"
#include "lo-qrupdate-proto.h"
#include "oct-locbuf.h"
#include "oct-norm.h"
Include dependency graph for chol.cc:

Go to the source code of this file.

Namespaces

 octave
 
 octave::math
 

Functions

template<typename T >
octave::math::chol2inv (const T &r)
 
template ComplexMatrix octave::math::chol2inv< ComplexMatrix > (const ComplexMatrix &r)
 
template FloatComplexMatrix octave::math::chol2inv< FloatComplexMatrix > (const FloatComplexMatrix &r)
 
template FloatMatrix octave::math::chol2inv< FloatMatrix > (const FloatMatrix &r)
 
template Matrix octave::math::chol2inv< Matrix > (const Matrix &r)
 
static Matrix chol2inv_internal (const Matrix &r, bool is_upper=true)
 
static FloatMatrix chol2inv_internal (const FloatMatrix &r, bool is_upper=true)
 
static ComplexMatrix chol2inv_internal (const ComplexMatrix &r, bool is_upper=true)
 
static FloatComplexMatrix chol2inv_internal (const FloatComplexMatrix &r, bool is_upper=true)
 

Function Documentation

◆ chol2inv_internal() [1/4]

static Matrix chol2inv_internal ( const Matrix r,
bool  is_upper = true 
)
static

◆ chol2inv_internal() [2/4]

static FloatMatrix chol2inv_internal ( const FloatMatrix r,
bool  is_upper = true 
)
static

Definition at line 98 of file chol.cc.

References Array< T >::cols(), F77_XFCN, i, retval, Array< T >::rows(), and tmp.

◆ chol2inv_internal() [3/4]

static ComplexMatrix chol2inv_internal ( const ComplexMatrix r,
bool  is_upper = true 
)
static

Definition at line 147 of file chol.cc.

References Array< T >::cols(), conj(), F77_DBLE_CMPLX_ARG, F77_XFCN, i, retval, Array< T >::rows(), and tmp.

◆ chol2inv_internal() [4/4]

static FloatComplexMatrix chol2inv_internal ( const FloatComplexMatrix r,
bool  is_upper = true 
)
static

Definition at line 192 of file chol.cc.

References Array< T >::cols(), conj(), F77_CMPLX_ARG, F77_XFCN, i, retval, Array< T >::rows(), and tmp.