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
Namespaces | Functions
chol.cc File Reference
#include <vector>
#include "CColVector.h"
#include "CMatrix.h"
#include "CRowVector.h"
#include "chol.h"
#include "dColVector.h"
#include "dMatrix.h"
#include "dRowVector.h"
#include "fCColVector.h"
#include "fCMatrix.h"
#include "fCRowVector.h"
#include "fColVector.h"
#include "fMatrix.h"
#include "fRowVector.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 interface to the compression and uncompression libraries.
 
 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

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