#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"
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 |
FloatComplexMatrix chol2inv | ( | const FloatComplexMatrix & | r | ) |
Definition at line 442 of file fCmplxCHOL.cc.
References chol2inv_internal().
static FloatComplexMatrix chol2inv_internal | ( | const FloatComplexMatrix & | r | ) | [static] |
Definition at line 146 of file fCmplxCHOL.cc.
References Array< T >::cols(), conj(), current_liboctave_error_handler, F77_CHAR_ARG_LEN, F77_CONST_CHAR_ARG2, F77_XFCN, Array< T >::fortran_vec(), Array< T >::rows(), and Array< T >::xelem().
Referenced by chol2inv(), and FloatComplexCHOL::inverse().
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().
F77_RET_T const octave_idx_type FloatComplex const octave_idx_type const float float FloatComplex float octave_idx_type& F77_CHAR_ARG_LEN_DECL |
Definition at line 45 of file fCmplxCHOL.cc.