GNU Octave  3.8.0
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 | Variables
fCmplxCHOL.cc File Reference
#include <vector>
#include "fMatrix.h"
#include "fRowVector.h"
#include "fCmplxCHOL.h"
#include "f77-fcn.h"
#include "lo-error.h"
#include "oct-locbuf.h"
#include "oct-norm.h"
Include dependency graph for fCmplxCHOL.cc:

Go to the source code of this file.

Functions

FloatComplexMatrix chol2inv (const FloatComplexMatrix &r)
static FloatComplexMatrix chol2inv_internal (const FloatComplexMatrix &r)
F77_RET_T F77_FUNC (cpotrf, CPOTRF)(F77_CONST_CHAR_ARG_DECL
F77_RET_T F77_FUNC (cpotri, CPOTRI)(F77_CONST_CHAR_ARG_DECL
F77_RET_T F77_FUNC (cpocon, CPOCON)(F77_CONST_CHAR_ARG_DECL
F77_RET_T F77_FUNC (cch1up, CCH1UP)(const octave_idx_type &
F77_RET_T FloatComplex const
octave_idx_type FloatComplex
float *F77_RET_T 
F77_FUNC (cch1dn, CCH1DN)(const octave_idx_type &
F77_RET_T FloatComplex const
octave_idx_type FloatComplex
float *F77_RET_T FloatComplex
const octave_idx_type
FloatComplex float
octave_idx_type &F77_RET_T 
F77_FUNC (cchinx, CCHINX)(const octave_idx_type &
F77_RET_T FloatComplex const
octave_idx_type FloatComplex
float *F77_RET_T FloatComplex
const octave_idx_type
FloatComplex float
octave_idx_type &F77_RET_T
FloatComplex const
octave_idx_type const
octave_idx_type FloatComplex
float octave_idx_type
&F77_RET_T 
F77_FUNC (cchdex, CCHDEX)(const octave_idx_type &
F77_RET_T FloatComplex const
octave_idx_type FloatComplex
float *F77_RET_T FloatComplex
const octave_idx_type
FloatComplex float
octave_idx_type &F77_RET_T
FloatComplex const
octave_idx_type const
octave_idx_type FloatComplex
float octave_idx_type
&F77_RET_T FloatComplex const
octave_idx_type const
octave_idx_type float
*F77_RET_T 
F77_FUNC (cchshx, CCHSHX)(const octave_idx_type &

Variables

F77_RET_T const
octave_idx_type FloatComplex
const octave_idx_type
octave_idx_type
F77_CHAR_ARG_LEN_DECL

Function Documentation

FloatComplexMatrix chol2inv ( const FloatComplexMatrix r)

Definition at line 447 of file fCmplxCHOL.cc.

References chol2inv_internal().

static FloatComplexMatrix chol2inv_internal ( const FloatComplexMatrix r)
static
F77_RET_T F77_FUNC ( cpotrf  ,
CPOTRF   
)
F77_RET_T F77_FUNC ( cpotri  ,
CPOTRI   
)
F77_RET_T F77_FUNC ( cpocon  ,
CPOCON   
)
F77_RET_T F77_FUNC ( cch1up  ,
CCH1UP   
) const
F77_RET_T FloatComplex const octave_idx_type FloatComplex float* F77_RET_T F77_FUNC ( cch1dn  ,
CCH1DN   
) const

Variable Documentation

Definition at line 45 of file fCmplxCHOL.cc.