#include <dbleCHOL.h>
Public Member Functions | |
CHOL (void) | |
CHOL (const Matrix &a, bool calc_cond=false) | |
CHOL (const CHOL &a) | |
CHOL & | operator= (const CHOL &a) |
Matrix | chol_matrix (void) const |
double | rcond (void) const |
Matrix | inverse (void) const |
void | set (const Matrix &R) |
void | update (const ColumnVector &u) |
octave_idx_type | downdate (const ColumnVector &u) |
octave_idx_type | insert_sym (const ColumnVector &u, octave_idx_type j) |
void | delete_sym (octave_idx_type j) |
void | shift_sym (octave_idx_type i, octave_idx_type j) |
Public Attributes | |
info = init (a, calc_cond) | |
Friends | |
OCTAVE_API std::ostream & | operator<< (std::ostream &os, const CHOL &a) |
CHOL::CHOL | ( | void | ) | [inline] |
Matrix CHOL::chol_matrix | ( | void | ) | const [inline] |
void CHOL::delete_sym | ( | octave_idx_type | j | ) |
octave_idx_type CHOL::downdate | ( | const ColumnVector & | u | ) |
octave_idx_type CHOL::insert_sym | ( | const ColumnVector & | u, | |
octave_idx_type | j | |||
) |
Matrix CHOL::inverse | ( | void | ) | const |
double CHOL::rcond | ( | void | ) | const [inline] |
void CHOL::shift_sym | ( | octave_idx_type | i, | |
octave_idx_type | j | |||
) |
void CHOL::update | ( | const ColumnVector & | u | ) |
OCTAVE_API std::ostream& operator<< | ( | std::ostream & | os, | |
const CHOL & | a | |||
) | [friend] |
CHOL::info = init (a, calc_cond) |