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 "dbleQR.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
static bool singular (const FloatComplexMatrix &a)

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 442 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   
)
static bool singular ( const FloatComplexMatrix a  )  [static]

Definition at line 318 of file fCmplxCHOL.cc.

References Array< T >::rows().

Referenced by FloatComplexCHOL::downdate(), and FloatComplexCHOL::insert_sym().


Variable Documentation

Definition at line 45 of file fCmplxCHOL.cc.

 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Defines