#include "floatLU.h"
Public Types | |
typedef FloatMatrix::element_type | lu_elt_type |
Public Member Functions | |
FloatLU (void) | |
FloatLU (const FloatMatrix &a) | |
FloatLU (const FloatMatrix &l, const FloatMatrix &u, const PermMatrix &p) | |
FloatLU (const FloatLU &a) | |
~FloatLU (void) | |
FloatMatrix | L (void) const |
FloatLU & | operator= (const FloatLU &a) |
PermMatrix | P (void) const |
ColumnVector | P_vec (void) const |
bool | packed (void) const |
bool | regular (void) const |
FloatMatrix | U (void) const |
void | unpack (void) |
void | update (const FloatMatrix &u, const FloatMatrix &v) |
void | update (const FloatColumnVector &u, const FloatColumnVector &v) |
void | update_piv (const FloatMatrix &u, const FloatMatrix &v) |
void | update_piv (const FloatColumnVector &u, const FloatColumnVector &v) |
FloatMatrix | Y (void) const |
Protected Member Functions | |
Array< octave_idx_type > | getp (void) const |
Protected Attributes | |
FloatMatrix | a_fact |
Array< octave_idx_type > | ipvt |
FloatMatrix | l_fact |
Definition at line 30 of file floatLU.h.
typedef FloatMatrix ::element_type base_lu< FloatMatrix >::lu_elt_type [inherited] |
F77_RET_T const octave_idx_type float const octave_idx_type octave_idx_type octave_idx_type & FloatLU::FloatLU | ( | const FloatMatrix & | a | ) |
Definition at line 66 of file floatLU.cc.
References base_lu< FloatMatrix >::a_fact, Array< T >::cols(), F77_XFCN, Array< T >::fortran_vec(), base_lu< FloatMatrix >::ipvt, Array< T >::resize(), and Array< T >::rows().
FloatLU::FloatLU | ( | const FloatMatrix & | l, | |
const FloatMatrix & | u, | |||
const PermMatrix & | p | |||
) | [inline] |
Array<octave_idx_type> base_lu< FloatMatrix >::getp | ( | void | ) | const [protected, inherited] |
FloatMatrix base_lu< FloatMatrix >::L | ( | void | ) | const [inherited] |
PermMatrix base_lu< FloatMatrix >::P | ( | void | ) | const [inherited] |
ColumnVector base_lu< FloatMatrix >::P_vec | ( | void | ) | const [inherited] |
bool base_lu< FloatMatrix >::packed | ( | void | ) | const [inherited] |
bool base_lu< FloatMatrix >::regular | ( | void | ) | const [inherited] |
FloatMatrix base_lu< FloatMatrix >::U | ( | void | ) | const [inherited] |
void base_lu< FloatMatrix >::unpack | ( | void | ) | [inherited] |
void FloatLU::update | ( | const FloatColumnVector & | u, | |
const FloatColumnVector & | v | |||
) |
Definition at line 190 of file floatLU.cc.
Referenced by DEFUN_DLD().
void FloatLU::update | ( | const FloatMatrix & | u, | |
const FloatMatrix & | v | |||
) |
Definition at line 195 of file floatLU.cc.
void FloatLU::update_piv | ( | const FloatColumnVector & | u, | |
const FloatColumnVector & | v | |||
) |
Definition at line 200 of file floatLU.cc.
Referenced by DEFUN_DLD().
void FloatLU::update_piv | ( | const FloatMatrix & | u, | |
const FloatMatrix & | v | |||
) |
Definition at line 205 of file floatLU.cc.
FloatMatrix base_lu< FloatMatrix >::Y | ( | void | ) | const [inherited] |
FloatMatrix base_lu< FloatMatrix >::a_fact [protected, inherited] |
Array<octave_idx_type> base_lu< FloatMatrix >::ipvt [protected, inherited] |
FloatMatrix base_lu< FloatMatrix >::l_fact [protected, inherited] |