#include <CmplxLU.h>
Inherits base_lu< ComplexMatrix >.
Public Member Functions | |
ComplexLU (void) | |
ComplexLU (const ComplexMatrix &a) | |
ComplexLU (const ComplexLU &a) | |
ComplexLU (const ComplexMatrix &l, const ComplexMatrix &u, const PermMatrix &p) | |
ComplexLU & | operator= (const ComplexLU &a) |
~ComplexLU (void) | |
void | update (const ComplexColumnVector &u, const ComplexColumnVector &v) |
void | update (const ComplexMatrix &u, const ComplexMatrix &v) |
void | update_piv (const ComplexColumnVector &u, const ComplexColumnVector &v) |
void | update_piv (const ComplexMatrix &u, const ComplexMatrix &v) |
ComplexLU::ComplexLU | ( | void | ) | [inline] |
F77_RET_T const octave_idx_type Complex const octave_idx_type octave_idx_type octave_idx_type & ComplexLU::ComplexLU | ( | const ComplexMatrix & | a | ) |
ComplexLU::ComplexLU | ( | const ComplexMatrix & | l, | |
const ComplexMatrix & | u, | |||
const PermMatrix & | p | |||
) | [inline] |
ComplexLU::~ComplexLU | ( | void | ) | [inline] |
void ComplexLU::update | ( | const ComplexMatrix & | u, | |
const ComplexMatrix & | v | |||
) |
void ComplexLU::update | ( | const ComplexColumnVector & | u, | |
const ComplexColumnVector & | v | |||
) |
void ComplexLU::update_piv | ( | const ComplexMatrix & | u, | |
const ComplexMatrix & | v | |||
) |
void ComplexLU::update_piv | ( | const ComplexColumnVector & | u, | |
const ComplexColumnVector & | v | |||
) |