#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 "dbleQR.h"
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 |
static bool | singular (const ComplexMatrix &a) |
Variables | |
F77_RET_T const octave_idx_type Complex const octave_idx_type octave_idx_type & | F77_CHAR_ARG_LEN_DECL |
ComplexMatrix chol2inv | ( | const ComplexMatrix & | r | ) |
Definition at line 442 of file CmplxCHOL.cc.
References chol2inv_internal().
Referenced by DEFUN_DLD(), and qp().
static ComplexMatrix chol2inv_internal | ( | const ComplexMatrix & | r | ) | [static] |
Definition at line 146 of file CmplxCHOL.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 ComplexCHOL::inverse().
F77_RET_T F77_FUNC | ( | zpotrf | , | |
ZPOTRF | ||||
) |
F77_RET_T F77_FUNC | ( | zpotri | , | |
ZPOTRI | ||||
) |
F77_RET_T F77_FUNC | ( | zpocon | , | |
ZPOCON | ||||
) |
static bool singular | ( | const ComplexMatrix & | a | ) | [static] |
Definition at line 318 of file CmplxCHOL.cc.
References Array< T >::rows().
Referenced by ComplexCHOL::downdate(), ComplexCHOL::insert_sym(), MatrixType::MatrixType(), and sqrtm_utri_inplace().
F77_RET_T const octave_idx_type Complex const octave_idx_type const double double Complex double octave_idx_type& F77_CHAR_ARG_LEN_DECL |
Definition at line 45 of file CmplxCHOL.cc.