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

Go to the source code of this file.

Functions

FloatMatrix chol2inv (const FloatMatrix &r)
 
static FloatMatrix chol2inv_internal (const FloatMatrix &r)
 
F77_RET_T F77_FUNC (spotrf, SPOTRF)(F77_CONST_CHAR_ARG_DECL
 
F77_RET_T F77_FUNC (spotri, SPOTRI)(F77_CONST_CHAR_ARG_DECL
 
F77_RET_T F77_FUNC (spocon, SPOCON)(F77_CONST_CHAR_ARG_DECL
 
F77_RET_T F77_FUNC (sch1up, SCH1UP)(const octave_idx_type &
 
F77_RET_T float const
octave_idx_type float float
*F77_RET_T 
F77_FUNC (sch1dn, SCH1DN)(const octave_idx_type &
 
F77_RET_T float const
octave_idx_type float float
*F77_RET_T float const
octave_idx_type float float
octave_idx_type &F77_RET_T 
F77_FUNC (schinx, SCHINX)(const octave_idx_type &
 
F77_RET_T float const
octave_idx_type float float
*F77_RET_T float const
octave_idx_type float float
octave_idx_type &F77_RET_T
float const octave_idx_type
const octave_idx_type float
float octave_idx_type
&F77_RET_T 
F77_FUNC (schdex, SCHDEX)(const octave_idx_type &
 
F77_RET_T float const
octave_idx_type float float
*F77_RET_T float const
octave_idx_type float float
octave_idx_type &F77_RET_T
float const octave_idx_type
const octave_idx_type float
float octave_idx_type
&F77_RET_T float const
octave_idx_type const
octave_idx_type float
*F77_RET_T 
F77_FUNC (schshx, SCHSHX)(const octave_idx_type &
 

Variables

F77_RET_T const
octave_idx_type float const
octave_idx_type
octave_idx_type
F77_CHAR_ARG_LEN_DECL
 

Function Documentation

FloatMatrix chol2inv ( const FloatMatrix r)

Definition at line 444 of file floatCHOL.cc.

References chol2inv_internal().

static FloatMatrix chol2inv_internal ( const FloatMatrix r)
static
F77_RET_T F77_FUNC ( spotrf  ,
SPOTRF   
)
F77_RET_T F77_FUNC ( spotri  ,
SPOTRI   
)
F77_RET_T F77_FUNC ( spocon  ,
SPOCON   
)
F77_RET_T F77_FUNC ( sch1up  ,
SCH1UP   
) const
F77_RET_T float const octave_idx_type float float* F77_RET_T F77_FUNC ( sch1dn  ,
SCH1DN   
) const
F77_RET_T float const octave_idx_type float float* F77_RET_T float const octave_idx_type float float octave_idx_type& F77_RET_T F77_FUNC ( schinx  ,
SCHINX   
) const

Variable Documentation

Definition at line 44 of file floatCHOL.cc.