#include <dbleLU.h>
Inherits base_lu< Matrix >.
Public Member Functions | |
LU (void) | |
LU (const Matrix &a) | |
LU (const LU &a) | |
p LU & | operator= (const LU &a) |
~LU (void) | |
void | update (const ColumnVector &u, const ColumnVector &v) |
void | update (const Matrix &u, const Matrix &v) |
void | update_piv (const ColumnVector &u, const ColumnVector &v) |
void | update_piv (const Matrix &u, const Matrix &v) |
Public Attributes | |
__pad0__: base_lu <Matrix> (l | |
u |
LU::LU | ( | void | ) | [inline] |
F77_RET_T const octave_idx_type double const octave_idx_type octave_idx_type octave_idx_type & LU::LU | ( | const Matrix & | a | ) |
LU::~LU | ( | void | ) | [inline] |
void LU::update | ( | const ColumnVector & | u, | |
const ColumnVector & | v | |||
) |
void LU::update_piv | ( | const ColumnVector & | u, | |
const ColumnVector & | v | |||
) |