#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) | |
ComplexCHOL & | operator= (const ComplexCHOL &a) |
ComplexMatrix | chol_matrix (void) const |
double | rcond (void) const |
ComplexMatrix | inverse (void) const |
void | set (const ComplexMatrix &R) |
void | update (const ComplexColumnVector &u) |
octave_idx_type | downdate (const ComplexColumnVector &u) |
octave_idx_type | insert_sym (const ComplexColumnVector &u, octave_idx_type j) |
void | delete_sym (octave_idx_type j) |
void | shift_sym (octave_idx_type i, octave_idx_type j) |
Friends | |
OCTAVE_API std::ostream & | operator<< (std::ostream &os, const ComplexCHOL &a) |
ComplexCHOL::ComplexCHOL | ( | void | ) | [inline] |
ComplexCHOL::ComplexCHOL | ( | const ComplexMatrix & | a, | |
bool | calc_cond = false | |||
) | [inline] |
ComplexCHOL::ComplexCHOL | ( | const ComplexMatrix & | a, | |
octave_idx_type & | info, | |||
bool | calc_cond = false | |||
) | [inline] |
ComplexCHOL::ComplexCHOL | ( | const ComplexCHOL & | a | ) | [inline] |
ComplexMatrix ComplexCHOL::chol_matrix | ( | void | ) | const [inline] |
void ComplexCHOL::delete_sym | ( | octave_idx_type | j | ) |
octave_idx_type ComplexCHOL::downdate | ( | const ComplexColumnVector & | u | ) |
octave_idx_type ComplexCHOL::insert_sym | ( | const ComplexColumnVector & | u, | |
octave_idx_type | j | |||
) |
ComplexMatrix ComplexCHOL::inverse | ( | void | ) | const |
ComplexCHOL& ComplexCHOL::operator= | ( | const ComplexCHOL & | a | ) | [inline] |
double ComplexCHOL::rcond | ( | void | ) | const [inline] |
void ComplexCHOL::set | ( | const ComplexMatrix & | R | ) |
void ComplexCHOL::shift_sym | ( | octave_idx_type | i, | |
octave_idx_type | j | |||
) |
void ComplexCHOL::update | ( | const ComplexColumnVector & | u | ) |
OCTAVE_API std::ostream& operator<< | ( | std::ostream & | os, | |
const ComplexCHOL & | a | |||
) | [friend] |