#include "fCmplxLU.h"
Definition at line 30 of file fCmplxLU.h.
typedef FloatComplexMatrix ::element_type base_lu< FloatComplexMatrix >::lu_elt_type [inherited] |
FloatComplexLU::FloatComplexLU | ( | void | ) | [inline] |
Definition at line 36 of file fCmplxLU.h.
F77_RET_T const octave_idx_type FloatComplex const octave_idx_type octave_idx_type octave_idx_type & FloatComplexLU::FloatComplexLU | ( | const FloatComplexMatrix & | a | ) |
Definition at line 66 of file fCmplxLU.cc.
References base_lu< FloatComplexMatrix >::a_fact, Array< T >::cols(), F77_XFCN, Array< T >::fortran_vec(), base_lu< FloatComplexMatrix >::ipvt, Array< T >::resize(), and Array< T >::rows().
FloatComplexLU::FloatComplexLU | ( | const FloatComplexLU & | a | ) | [inline] |
Definition at line 41 of file fCmplxLU.h.
FloatComplexLU::FloatComplexLU | ( | const FloatComplexMatrix & | l, | |
const FloatComplexMatrix & | u, | |||
const PermMatrix & | p | |||
) | [inline] |
Definition at line 44 of file fCmplxLU.h.
FloatComplexLU::~FloatComplexLU | ( | void | ) | [inline] |
Definition at line 56 of file fCmplxLU.h.
Array<octave_idx_type> base_lu< FloatComplexMatrix >::getp | ( | void | ) | const [protected, inherited] |
FloatComplexMatrix base_lu< FloatComplexMatrix >::L | ( | void | ) | const [inherited] |
FloatComplexLU& FloatComplexLU::operator= | ( | const FloatComplexLU & | a | ) | [inline] |
Definition at line 48 of file fCmplxLU.h.
PermMatrix base_lu< FloatComplexMatrix >::P | ( | void | ) | const [inherited] |
ColumnVector base_lu< FloatComplexMatrix >::P_vec | ( | void | ) | const [inherited] |
bool base_lu< FloatComplexMatrix >::packed | ( | void | ) | const [inherited] |
bool base_lu< FloatComplexMatrix >::regular | ( | void | ) | const [inherited] |
FloatComplexMatrix base_lu< FloatComplexMatrix >::U | ( | void | ) | const [inherited] |
void base_lu< FloatComplexMatrix >::unpack | ( | void | ) | [inherited] |
void FloatComplexLU::update | ( | const FloatComplexColumnVector & | u, | |
const FloatComplexColumnVector & | v | |||
) |
Definition at line 190 of file fCmplxLU.cc.
Referenced by DEFUN_DLD().
void FloatComplexLU::update | ( | const FloatComplexMatrix & | u, | |
const FloatComplexMatrix & | v | |||
) |
Definition at line 195 of file fCmplxLU.cc.
void FloatComplexLU::update_piv | ( | const FloatComplexColumnVector & | u, | |
const FloatComplexColumnVector & | v | |||
) |
Definition at line 200 of file fCmplxLU.cc.
Referenced by DEFUN_DLD().
void FloatComplexLU::update_piv | ( | const FloatComplexMatrix & | u, | |
const FloatComplexMatrix & | v | |||
) |
Definition at line 205 of file fCmplxLU.cc.
FloatComplexMatrix base_lu< FloatComplexMatrix >::Y | ( | void | ) | const [inherited] |
FloatComplexMatrix base_lu< FloatComplexMatrix >::a_fact [protected, inherited] |
Definition at line 81 of file base-lu.h.
Referenced by FloatComplexLU().
Array<octave_idx_type> base_lu< FloatComplexMatrix >::ipvt [protected, inherited] |
Definition at line 84 of file base-lu.h.
Referenced by FloatComplexLU().
FloatComplexMatrix base_lu< FloatComplexMatrix >::l_fact [protected, inherited] |