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

Go to the source code of this file.

Functions

Matrix chol2inv (const Matrix &r)
 
static Matrix chol2inv_internal (const Matrix &r)
 
F77_RET_T F77_FUNC (dpotrf, DPOTRF)(F77_CONST_CHAR_ARG_DECL
 
F77_RET_T F77_FUNC (dpotri, DPOTRI)(F77_CONST_CHAR_ARG_DECL
 
F77_RET_T F77_FUNC (dpocon, DPOCON)(F77_CONST_CHAR_ARG_DECL
 
F77_RET_T F77_FUNC (dch1up, DCH1UP)(const octave_idx_type &
 
F77_RET_T double const
octave_idx_type double double
*F77_RET_T 
F77_FUNC (dch1dn, DCH1DN)(const octave_idx_type &
 
F77_RET_T double const
octave_idx_type double double
*F77_RET_T double const
octave_idx_type double double
octave_idx_type &F77_RET_T 
F77_FUNC (dchinx, DCHINX)(const octave_idx_type &
 
F77_RET_T double const
octave_idx_type double double
*F77_RET_T double const
octave_idx_type double double
octave_idx_type &F77_RET_T
double const octave_idx_type
const octave_idx_type double
double octave_idx_type
&F77_RET_T 
F77_FUNC (dchdex, DCHDEX)(const octave_idx_type &
 
F77_RET_T double const
octave_idx_type double double
*F77_RET_T double const
octave_idx_type double double
octave_idx_type &F77_RET_T
double const octave_idx_type
const octave_idx_type double
double octave_idx_type
&F77_RET_T double const
octave_idx_type const
octave_idx_type double
*F77_RET_T 
F77_FUNC (dchshx, DCHSHX)(const octave_idx_type &
 

Variables

F77_RET_T const
octave_idx_type double const
octave_idx_type
octave_idx_type
F77_CHAR_ARG_LEN_DECL
 

Function Documentation

Matrix chol2inv ( const Matrix r)

Definition at line 444 of file dbleCHOL.cc.

References chol2inv_internal().

static Matrix chol2inv_internal ( const Matrix r)
static
F77_RET_T F77_FUNC ( dpotrf  ,
DPOTRF   
)
F77_RET_T F77_FUNC ( dpotri  ,
DPOTRI   
)
F77_RET_T F77_FUNC ( dpocon  ,
DPOCON   
)
F77_RET_T F77_FUNC ( dch1up  ,
DCH1UP   
) const
F77_RET_T double const octave_idx_type double double* F77_RET_T F77_FUNC ( dch1dn  ,
DCH1DN   
) const

Variable Documentation

Definition at line 44 of file dbleCHOL.cc.