#include <fCmplxLU.h>
Inherits base_lu< FloatComplexMatrix >.
Public Member Functions | |
FloatComplexLU (void) | |
FloatComplexLU (const FloatComplexMatrix &a) | |
FloatComplexLU (const FloatComplexLU &a) | |
FloatComplexLU (const FloatComplexMatrix &l, const FloatComplexMatrix &u, const PermMatrix &p) | |
FloatComplexLU & | operator= (const FloatComplexLU &a) |
~FloatComplexLU (void) | |
void | update (const FloatComplexColumnVector &u, const FloatComplexColumnVector &v) |
void | update (const FloatComplexMatrix &u, const FloatComplexMatrix &v) |
void | update_piv (const FloatComplexColumnVector &u, const FloatComplexColumnVector &v) |
void | update_piv (const FloatComplexMatrix &u, const FloatComplexMatrix &v) |
FloatComplexLU::FloatComplexLU | ( | void | ) | [inline] |
F77_RET_T const octave_idx_type FloatComplex const octave_idx_type octave_idx_type octave_idx_type & FloatComplexLU::FloatComplexLU | ( | const FloatComplexMatrix & | a | ) |
FloatComplexLU::FloatComplexLU | ( | const FloatComplexLU & | a | ) | [inline] |
FloatComplexLU::FloatComplexLU | ( | const FloatComplexMatrix & | l, | |
const FloatComplexMatrix & | u, | |||
const PermMatrix & | p | |||
) | [inline] |
FloatComplexLU::~FloatComplexLU | ( | void | ) | [inline] |
FloatComplexLU& FloatComplexLU::operator= | ( | const FloatComplexLU & | a | ) | [inline] |
void FloatComplexLU::update | ( | const FloatComplexMatrix & | u, | |
const FloatComplexMatrix & | v | |||
) |
void FloatComplexLU::update | ( | const FloatComplexColumnVector & | u, | |
const FloatComplexColumnVector & | v | |||
) |
void FloatComplexLU::update_piv | ( | const FloatComplexMatrix & | u, | |
const FloatComplexMatrix & | v | |||
) |
void FloatComplexLU::update_piv | ( | const FloatComplexColumnVector & | u, | |
const FloatComplexColumnVector & | v | |||
) |