#include "fCmplxCHOL.h"
Public Member Functions | |
FloatComplexCHOL (void) | |
FloatComplexCHOL (const FloatComplexMatrix &a, bool calc_cond=false) | |
FloatComplexCHOL (const FloatComplexCHOL &a) | |
FloatComplexCHOL (const FloatComplexMatrix &a, octave_idx_type &info, bool calc_cond=false) | |
FloatComplexMatrix | chol_matrix (void) const |
void | delete_sym (octave_idx_type j) |
octave_idx_type | downdate (const FloatComplexColumnVector &u) |
octave_idx_type | insert_sym (const FloatComplexColumnVector &u, octave_idx_type j) |
FloatComplexMatrix | inverse (void) const |
FloatComplexCHOL & | operator= (const FloatComplexCHOL &a) |
float | rcond (void) const |
void | set (const FloatComplexMatrix &R) |
void | shift_sym (octave_idx_type i, octave_idx_type j) |
void | update (const FloatComplexColumnVector &u) |
Private Member Functions | |
octave_idx_type | init (const FloatComplexMatrix &a, bool calc_cond) |
Private Attributes | |
FloatComplexMatrix | chol_mat |
float | xrcond |
Friends | |
OCTAVE_API std::ostream & | operator<< (std::ostream &os, const FloatComplexCHOL &a) |
Definition at line 32 of file fCmplxCHOL.h.
FloatComplexCHOL::FloatComplexCHOL | ( | void | ) | [inline] |
Definition at line 38 of file fCmplxCHOL.h.
FloatComplexCHOL::FloatComplexCHOL | ( | const FloatComplexMatrix & | a, | |
bool | calc_cond = false | |||
) | [inline] |
Definition at line 40 of file fCmplxCHOL.h.
FloatComplexCHOL::FloatComplexCHOL | ( | const FloatComplexMatrix & | a, | |
octave_idx_type & | info, | |||
bool | calc_cond = false | |||
) | [inline] |
Definition at line 46 of file fCmplxCHOL.h.
FloatComplexCHOL::FloatComplexCHOL | ( | const FloatComplexCHOL & | a | ) | [inline] |
Definition at line 53 of file fCmplxCHOL.h.
FloatComplexMatrix FloatComplexCHOL::chol_matrix | ( | void | ) | const [inline] |
Definition at line 67 of file fCmplxCHOL.h.
void FloatComplexCHOL::delete_sym | ( | octave_idx_type | j | ) |
Definition at line 393 of file fCmplxCHOL.cc.
References chol_mat, Array< T >::delete_elements(), FloatComplexMatrix::hermitian(), init(), Array< T >::rows(), and warn_qrupdate_once().
Referenced by DEFUN_DLD().
octave_idx_type FloatComplexCHOL::downdate | ( | const FloatComplexColumnVector & | u | ) |
Definition at line 326 of file fCmplxCHOL.cc.
References chol_mat, current_liboctave_error_handler, FloatComplexMatrix::hermitian(), init(), Array< T >::length(), Array< T >::rows(), singular(), and warn_qrupdate_once().
Referenced by DEFUN_DLD().
octave_idx_type FloatComplexCHOL::init | ( | const FloatComplexMatrix & | a, | |
bool | calc_cond | |||
) | [private] |
Definition at line 89 of file fCmplxCHOL.cc.
References chol_mat, Array< T >::clear(), Array< T >::cols(), F77_CHAR_ARG_LEN, F77_CONST_CHAR_ARG2, F77_XFCN, Array< T >::fortran_vec(), FloatComplexMatrix::resize(), Array< T >::rows(), Array< T >::xelem(), xnorm(), and xrcond.
Referenced by delete_sym(), downdate(), insert_sym(), shift_sym(), and update().
octave_idx_type FloatComplexCHOL::insert_sym | ( | const FloatComplexColumnVector & | u, | |
octave_idx_type | j | |||
) |
Definition at line 352 of file fCmplxCHOL.cc.
References chol_mat, conj(), current_liboctave_error_handler, FloatComplexMatrix::hermitian(), init(), Array< T >::length(), Array< T >::rows(), singular(), and warn_qrupdate_once().
Referenced by DEFUN_DLD().
FloatComplexMatrix FloatComplexCHOL::inverse | ( | void | ) | const |
Definition at line 182 of file fCmplxCHOL.cc.
References chol2inv_internal(), and chol_mat.
Referenced by DEFUN_DLD(), and FloatComplexMatrix::inverse().
FloatComplexCHOL& FloatComplexCHOL::operator= | ( | const FloatComplexCHOL & | a | ) | [inline] |
Definition at line 56 of file fCmplxCHOL.h.
float FloatComplexCHOL::rcond | ( | void | ) | const [inline] |
Definition at line 69 of file fCmplxCHOL.h.
Referenced by FloatComplexMatrix::inverse().
void FloatComplexCHOL::set | ( | const FloatComplexMatrix & | R | ) |
Definition at line 188 of file fCmplxCHOL.cc.
References chol_mat, current_liboctave_error_handler, and Array< T >::is_square().
Referenced by DEFUN_DLD().
void FloatComplexCHOL::shift_sym | ( | octave_idx_type | i, | |
octave_idx_type | j | |||
) |
Definition at line 411 of file fCmplxCHOL.cc.
References chol_mat, FloatComplexMatrix::hermitian(), Array< T >::index(), init(), Array< T >::rows(), and warn_qrupdate_once().
Referenced by DEFUN_DLD().
void FloatComplexCHOL::update | ( | const FloatComplexColumnVector & | u | ) |
Definition at line 302 of file fCmplxCHOL.cc.
References chol_mat, current_liboctave_error_handler, FloatComplexMatrix::hermitian(), init(), Array< T >::length(), Array< T >::rows(), and warn_qrupdate_once().
Referenced by DEFUN_DLD().
OCTAVE_API std::ostream& operator<< | ( | std::ostream & | os, | |
const FloatComplexCHOL & | a | |||
) | [friend] |
FloatComplexMatrix FloatComplexCHOL::chol_mat [private] |
Definition at line 91 of file fCmplxCHOL.h.
Referenced by delete_sym(), downdate(), init(), insert_sym(), inverse(), operator=(), set(), shift_sym(), and update().
float FloatComplexCHOL::xrcond [private] |
Definition at line 93 of file fCmplxCHOL.h.
Referenced by init(), and operator=().