GNU Octave  4.0.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
CmplxCHOL.cc File Reference
#include <vector>
#include "dMatrix.h"
#include "dRowVector.h"
#include "CmplxCHOL.h"
#include "f77-fcn.h"
#include "lo-error.h"
#include "oct-locbuf.h"
#include "oct-norm.h"
Include dependency graph for CmplxCHOL.cc:

Go to the source code of this file.

Functions

ComplexMatrix chol2inv (const ComplexMatrix &r)
 
static ComplexMatrix chol2inv_internal (const ComplexMatrix &r)
 
F77_RET_T F77_FUNC (zpotrf, ZPOTRF)(F77_CONST_CHAR_ARG_DECL
 
F77_RET_T F77_FUNC (zpotri, ZPOTRI)(F77_CONST_CHAR_ARG_DECL
 
F77_RET_T F77_FUNC (zpocon, ZPOCON)(F77_CONST_CHAR_ARG_DECL
 
F77_RET_T F77_FUNC (zch1up, ZCH1UP)(const octave_idx_type &
 
F77_RET_T Complex const
octave_idx_type Complex double
*F77_RET_T 
F77_FUNC (zch1dn, ZCH1DN)(const octave_idx_type &
 
F77_RET_T Complex const
octave_idx_type Complex double
*F77_RET_T Complex const
octave_idx_type Complex double
octave_idx_type &F77_RET_T 
F77_FUNC (zchinx, ZCHINX)(const octave_idx_type &
 
F77_RET_T Complex const
octave_idx_type Complex double
*F77_RET_T Complex const
octave_idx_type Complex double
octave_idx_type &F77_RET_T
Complex const octave_idx_type
const octave_idx_type Complex
double octave_idx_type
&F77_RET_T 
F77_FUNC (zchdex, ZCHDEX)(const octave_idx_type &
 
F77_RET_T Complex const
octave_idx_type Complex double
*F77_RET_T Complex const
octave_idx_type Complex double
octave_idx_type &F77_RET_T
Complex const octave_idx_type
const octave_idx_type Complex
double octave_idx_type
&F77_RET_T Complex const
octave_idx_type const
octave_idx_type double
*F77_RET_T 
F77_FUNC (zchshx, ZCHSHX)(const octave_idx_type &
 

Variables

F77_RET_T const
octave_idx_type Complex const
octave_idx_type
octave_idx_type
F77_CHAR_ARG_LEN_DECL
 

Function Documentation

ComplexMatrix chol2inv ( const ComplexMatrix r)

Definition at line 443 of file CmplxCHOL.cc.

References chol2inv_internal().

Referenced by Gchol2inv(), and qp().

static ComplexMatrix chol2inv_internal ( const ComplexMatrix r)
static
F77_RET_T F77_FUNC ( zpotrf  ,
ZPOTRF   
)
F77_RET_T F77_FUNC ( zpotri  ,
ZPOTRI   
)
F77_RET_T F77_FUNC ( zpocon  ,
ZPOCON   
)
F77_RET_T F77_FUNC ( zch1up  ,
ZCH1UP   
) const
F77_RET_T Complex const octave_idx_type Complex double* F77_RET_T F77_FUNC ( zch1dn  ,
ZCH1DN   
) const

Variable Documentation

Definition at line 45 of file CmplxCHOL.cc.