#include "chol.h"
Public Types | |
typedef T::real_elt_type | COND_T |
typedef T::column_vector_type | VT |
Public Member Functions | |
chol (const chol &a) | |
chol (const T &a, bool upper=true, bool calc_cond=false) | |
chol (const T &a, octave_idx_type &info, bool upper=true, bool calc_cond=false) | |
chol (void) | |
T | chol_matrix (void) const |
OCTAVE_API void | delete_sym (octave_idx_type j) |
OCTAVE_API octave_idx_type | downdate (const VT &u) |
OCTAVE_API octave_idx_type | insert_sym (const VT &u, octave_idx_type j) |
OCTAVE_API T | inverse (void) const |
chol & | operator= (const chol &a) |
COND_T | rcond (void) const |
OCTAVE_API void | set (const T &R) |
OCTAVE_API void | shift_sym (octave_idx_type i, octave_idx_type j) |
OCTAVE_API void | update (const VT &u) |
Private Member Functions | |
OCTAVE_API octave_idx_type | init (const T &a, bool upper, bool calc_cond) |
Private Attributes | |
T | m_chol_mat |
bool | m_is_upper |
COND_T | m_rcond |
typedef T::real_elt_type octave::math::chol< T >::COND_T |
typedef T::column_vector_type octave::math::chol< T >::VT |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 74 of file chol.h.
Referenced by make_cholb().
OCTAVE_API void octave::math::chol< T >::delete_sym | ( | octave_idx_type | j | ) |
OCTAVE_API octave_idx_type octave::math::chol< T >::downdate | ( | const VT & | u | ) |
|
private |
OCTAVE_API octave_idx_type octave::math::chol< T >::insert_sym | ( | const VT & | u, |
octave_idx_type | j | ||
) |
T chol< T >::inverse | ( | void | ) | const |
Definition at line 250 of file chol.cc.
References octave::chol2inv_internal().
|
inline |
Definition at line 62 of file chol.h.
References octave::math::chol< T >::m_chol_mat, octave::math::chol< T >::m_is_upper, and octave::math::chol< T >::m_rcond.
|
inline |
OCTAVE_API void octave::math::chol< T >::shift_sym | ( | octave_idx_type | i, |
octave_idx_type | j | ||
) |
OCTAVE_API void octave::math::chol< T >::update | ( | const VT & | u | ) |
|
private |
Definition at line 95 of file chol.h.
Referenced by octave::math::chol< T >::operator=().
|
private |
Definition at line 99 of file chol.h.
Referenced by octave::math::chol< T >::operator=().
|
private |
Definition at line 97 of file chol.h.
Referenced by octave::math::chol< T >::operator=().