GNU Octave
4.0.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
|
#include "CmplxCHOL.h"
Public Member Functions | |
ComplexCHOL (void) | |
ComplexCHOL (const ComplexMatrix &a, bool calc_cond=false) | |
ComplexCHOL (const ComplexMatrix &a, octave_idx_type &info, bool calc_cond=false) | |
ComplexCHOL (const ComplexCHOL &a) | |
ComplexMatrix | chol_matrix (void) const |
void | delete_sym (octave_idx_type j) |
octave_idx_type | downdate (const ComplexColumnVector &u) |
octave_idx_type | insert_sym (const ComplexColumnVector &u, octave_idx_type j) |
ComplexMatrix | inverse (void) const |
ComplexCHOL & | operator= (const ComplexCHOL &a) |
double | rcond (void) const |
void | set (const ComplexMatrix &R) |
void | shift_sym (octave_idx_type i, octave_idx_type j) |
void | update (const ComplexColumnVector &u) |
Private Member Functions | |
octave_idx_type | init (const ComplexMatrix &a, bool calc_cond) |
Private Attributes | |
ComplexMatrix | chol_mat |
double | xrcond |
Friends | |
OCTAVE_API std::ostream & | operator<< (std::ostream &os, const ComplexCHOL &a) |
Definition at line 32 of file CmplxCHOL.h.
|
inline |
Definition at line 38 of file CmplxCHOL.h.
|
inline |
Definition at line 40 of file CmplxCHOL.h.
|
inline |
Definition at line 46 of file CmplxCHOL.h.
|
inline |
Definition at line 53 of file CmplxCHOL.h.
|
inline |
Definition at line 67 of file CmplxCHOL.h.
Referenced by make_cholb().
void ComplexCHOL::delete_sym | ( | octave_idx_type | j | ) |
Definition at line 265 of file CmplxCHOL.cc.
References chol_mat, F77_XFCN, Array< T >::fortran_vec(), OCTAVE_LOCAL_BUFFER, ComplexMatrix::resize(), and Array< T >::rows().
Referenced by Gcholdelete().
octave_idx_type ComplexCHOL::downdate | ( | const ComplexColumnVector & | u | ) |
Definition at line 217 of file CmplxCHOL.cc.
References chol_mat, current_liboctave_error_handler, F77_XFCN, Array< T >::fortran_vec(), Array< T >::length(), OCTAVE_LOCAL_BUFFER, and Array< T >::rows().
Referenced by Gcholupdate().
|
private |
Definition at line 89 of file CmplxCHOL.cc.
References chol_mat, Array< T >::clear(), Array< T >::cols(), F77_CHAR_ARG_LEN, F77_CONST_CHAR_ARG2, F77_XFCN, Array< T >::fortran_vec(), ComplexMatrix::resize(), Array< T >::rows(), Array< T >::xelem(), xnorm(), and xrcond.
octave_idx_type ComplexCHOL::insert_sym | ( | const ComplexColumnVector & | u, |
octave_idx_type | j | ||
) |
Definition at line 239 of file CmplxCHOL.cc.
References chol_mat, current_liboctave_error_handler, F77_XFCN, Array< T >::fortran_vec(), Array< T >::length(), OCTAVE_LOCAL_BUFFER, ComplexMatrix::resize(), and Array< T >::rows().
Referenced by Gcholinsert().
ComplexMatrix ComplexCHOL::inverse | ( | void | ) | const |
Definition at line 182 of file CmplxCHOL.cc.
References chol2inv_internal(), and chol_mat.
Referenced by Gcholinv(), and ComplexMatrix::inverse().
|
inline |
Definition at line 56 of file CmplxCHOL.h.
|
inline |
Definition at line 69 of file CmplxCHOL.h.
Referenced by ComplexMatrix::inverse().
void ComplexCHOL::set | ( | const ComplexMatrix & | R | ) |
Definition at line 188 of file CmplxCHOL.cc.
References chol_mat, current_liboctave_error_handler, and Array< T >::is_square().
Referenced by Gcholdelete(), Gcholinsert(), Gcholshift(), and Gcholupdate().
void ComplexCHOL::shift_sym | ( | octave_idx_type | i, |
octave_idx_type | j | ||
) |
Definition at line 283 of file CmplxCHOL.cc.
References chol_mat, F77_XFCN, Array< T >::fortran_vec(), OCTAVE_LOCAL_BUFFER, Array< T >::rows(), and Faddeeva::w().
Referenced by Gcholshift().
void ComplexCHOL::update | ( | const ComplexColumnVector & | u | ) |
Definition at line 199 of file CmplxCHOL.cc.
References chol_mat, current_liboctave_error_handler, F77_XFCN, Array< T >::fortran_vec(), Array< T >::length(), OCTAVE_LOCAL_BUFFER, and Array< T >::rows().
Referenced by Gcholupdate().
|
friend |
|
private |
Definition at line 90 of file CmplxCHOL.h.
Referenced by delete_sym(), downdate(), init(), insert_sym(), inverse(), operator=(), set(), shift_sym(), and update().
|
private |
Definition at line 92 of file CmplxCHOL.h.
Referenced by init(), and operator=().