GNU Octave
3.8.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
|
#include "dbleCHOL.h"
Public Member Functions | |
CHOL (void) | |
CHOL (const Matrix &a, bool calc_cond=false) | |
CHOL (const Matrix &a, octave_idx_type &info, bool calc_cond=false) | |
CHOL (const CHOL &a) | |
Matrix | chol_matrix (void) const |
void | delete_sym (octave_idx_type j) |
octave_idx_type | downdate (const ColumnVector &u) |
octave_idx_type | insert_sym (const ColumnVector &u, octave_idx_type j) |
Matrix | inverse (void) const |
CHOL & | operator= (const CHOL &a) |
double | rcond (void) const |
void | set (const Matrix &R) |
void | shift_sym (octave_idx_type i, octave_idx_type j) |
void | update (const ColumnVector &u) |
Private Member Functions | |
octave_idx_type | init (const Matrix &a, bool calc_cond) |
Private Attributes | |
Matrix | chol_mat |
double | xrcond |
Friends | |
OCTAVE_API std::ostream & | operator<< (std::ostream &os, const CHOL &a) |
Definition at line 32 of file dbleCHOL.h.
|
inline |
Definition at line 38 of file dbleCHOL.h.
Definition at line 40 of file dbleCHOL.h.
|
inline |
Definition at line 46 of file dbleCHOL.h.
|
inline |
Definition at line 52 of file dbleCHOL.h.
Definition at line 64 of file dbleCHOL.h.
Referenced by make_cholb(), and qp().
void CHOL::delete_sym | ( | octave_idx_type | j | ) |
Definition at line 270 of file dbleCHOL.cc.
References chol_mat, F77_XFCN, Array< T >::fortran_vec(), OCTAVE_LOCAL_BUFFER, Matrix::resize(), Array< T >::rows(), and Faddeeva::w().
Referenced by DEFUN_DLD().
octave_idx_type CHOL::downdate | ( | const ColumnVector & | u | ) |
Definition at line 222 of file dbleCHOL.cc.
References chol_mat, current_liboctave_error_handler, F77_XFCN, Array< T >::fortran_vec(), Array< T >::length(), OCTAVE_LOCAL_BUFFER, Array< T >::rows(), and Faddeeva::w().
Referenced by DEFUN_DLD().
|
private |
Definition at line 90 of file dbleCHOL.cc.
References chol_mat, Array< T >::clear(), Array< T >::cols(), F77_CHAR_ARG_LEN, F77_CONST_CHAR_ARG2, F77_XFCN, Array< T >::fortran_vec(), Matrix::resize(), Array< T >::rows(), Array< T >::xelem(), xnorm(), and xrcond.
octave_idx_type CHOL::insert_sym | ( | const ColumnVector & | u, |
octave_idx_type | j | ||
) |
Definition at line 244 of file dbleCHOL.cc.
References chol_mat, current_liboctave_error_handler, F77_XFCN, Array< T >::fortran_vec(), Array< T >::length(), OCTAVE_LOCAL_BUFFER, Matrix::resize(), Array< T >::rows(), and Faddeeva::w().
Referenced by DEFUN_DLD().
Definition at line 187 of file dbleCHOL.cc.
References chol2inv_internal(), and chol_mat.
Referenced by DEFUN_DLD(), and Matrix::inverse().
Definition at line 54 of file dbleCHOL.h.
Definition at line 66 of file dbleCHOL.h.
Referenced by Matrix::inverse().
Definition at line 193 of file dbleCHOL.cc.
References chol_mat, current_liboctave_error_handler, and Array< T >::is_square().
Referenced by DEFUN_DLD().
void CHOL::shift_sym | ( | octave_idx_type | i, |
octave_idx_type | j | ||
) |
Definition at line 288 of file dbleCHOL.cc.
References chol_mat, F77_XFCN, Array< T >::fortran_vec(), OCTAVE_LOCAL_BUFFER, Array< T >::rows(), and Faddeeva::w().
Referenced by DEFUN_DLD().
void CHOL::update | ( | const ColumnVector & | u | ) |
Definition at line 204 of file dbleCHOL.cc.
References chol_mat, current_liboctave_error_handler, F77_XFCN, Array< T >::fortran_vec(), Array< T >::length(), OCTAVE_LOCAL_BUFFER, Array< T >::rows(), and Faddeeva::w().
Referenced by DEFUN_DLD().
|
friend |
|
private |
Definition at line 87 of file dbleCHOL.h.
Referenced by delete_sym(), downdate(), init(), insert_sym(), inverse(), operator=(), set(), shift_sym(), and update().
|
private |
Definition at line 89 of file dbleCHOL.h.
Referenced by init(), and operator=().