GNU Octave
3.8.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
|
This is the complete list of members for CHOL, including all inherited members.
CHOL(void) | CHOL | inline |
CHOL(const Matrix &a, bool calc_cond=false) | CHOL | inline |
CHOL(const Matrix &a, octave_idx_type &info, bool calc_cond=false) | CHOL | inline |
CHOL(const CHOL &a) | CHOL | inline |
chol_mat | CHOL | private |
chol_matrix(void) const | CHOL | inline |
delete_sym(octave_idx_type j) | CHOL | |
downdate(const ColumnVector &u) | CHOL | |
init(const Matrix &a, bool calc_cond) | CHOL | private |
insert_sym(const ColumnVector &u, octave_idx_type j) | CHOL | |
inverse(void) const | CHOL | |
operator<<(std::ostream &os, const CHOL &a) | CHOL | friend |
operator=(const CHOL &a) | CHOL | inline |
rcond(void) const | CHOL | inline |
set(const Matrix &R) | CHOL | |
shift_sym(octave_idx_type i, octave_idx_type j) | CHOL | |
update(const ColumnVector &u) | CHOL | |
xrcond | CHOL | private |