#include <floatLU.h>
Inherits base_lu< FloatMatrix >.
Public Member Functions | |
FloatLU (void) | |
FloatLU (const FloatMatrix &a) | |
FloatLU (const FloatLU &a) | |
FloatLU (const FloatMatrix &l, const FloatMatrix &u, const PermMatrix &p) | |
FloatLU & | operator= (const FloatLU &a) |
~FloatLU (void) | |
void | update (const FloatColumnVector &u, const FloatColumnVector &v) |
void | update (const FloatMatrix &u, const FloatMatrix &v) |
void | update_piv (const FloatColumnVector &u, const FloatColumnVector &v) |
void | update_piv (const FloatMatrix &u, const FloatMatrix &v) |
FloatLU::FloatLU | ( | void | ) | [inline] |
F77_RET_T const octave_idx_type float const octave_idx_type octave_idx_type octave_idx_type & FloatLU::FloatLU | ( | const FloatMatrix & | a | ) |
FloatLU::FloatLU | ( | const FloatMatrix & | l, | |
const FloatMatrix & | u, | |||
const PermMatrix & | p | |||
) | [inline] |
FloatLU::~FloatLU | ( | void | ) | [inline] |
void FloatLU::update | ( | const FloatMatrix & | u, | |
const FloatMatrix & | v | |||
) |
void FloatLU::update | ( | const FloatColumnVector & | u, | |
const FloatColumnVector & | v | |||
) |
void FloatLU::update_piv | ( | const FloatMatrix & | u, | |
const FloatMatrix & | v | |||
) |
void FloatLU::update_piv | ( | const FloatColumnVector & | u, | |
const FloatColumnVector & | v | |||
) |