GNU Octave
3.8.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
|
#include "dbleLU.h"
Public Types | |
typedef Matrix::element_type | lu_elt_type |
Public Member Functions | |
LU (void) | |
LU (const Matrix &a) | |
LU (const LU &a) | |
LU (const Matrix &l, const Matrix &u, const PermMatrix &p) | |
~LU (void) | |
Matrix | L (void) const |
LU & | operator= (const LU &a) |
PermMatrix | P (void) const |
ColumnVector | P_vec (void) const |
bool | packed (void) const |
bool | regular (void) const |
Matrix | U (void) const |
void | unpack (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) |
Matrix | Y (void) const |
Protected Member Functions | |
Array< octave_idx_type > | getp (void) const |
Protected Attributes | |
Matrix | a_fact |
Array< octave_idx_type > | ipvt |
Matrix | l_fact |
|
inherited |
F77_RET_T const octave_idx_type double const octave_idx_type octave_idx_type octave_idx_type &F77_RET_T const octave_idx_type double const octave_idx_type double const octave_idx_type double double *F77_RET_T const octave_idx_type double const octave_idx_type double const octave_idx_type octave_idx_type const double const double double * LU::LU | ( | const Matrix & | a | ) |
Definition at line 66 of file dbleLU.cc.
References base_lu< Matrix >::a_fact, Array< T >::cols(), F77_XFCN, Array< T >::fortran_vec(), base_lu< Matrix >::ipvt, Array< T >::resize(), and Array< T >::rows().
|
inline |
|
protectedinherited |
|
inherited |
|
inherited |
void LU::update | ( | const ColumnVector & | u, |
const ColumnVector & | v | ||
) |
Definition at line 88 of file dbleLU.cc.
References base_lu< Matrix >::a_fact, Array< T >::columns(), current_liboctave_error_handler, F77_XFCN, Array< T >::fortran_vec(), base_lu< Matrix >::l_fact, Array< T >::length(), base_lu< Matrix >::packed(), Array< T >::rows(), and base_lu< Matrix >::unpack().
Referenced by Fluupdate().
Definition at line 110 of file dbleLU.cc.
References base_lu< Matrix >::a_fact, Array< T >::cols(), Matrix::column(), Array< T >::columns(), current_liboctave_error_handler, F77_XFCN, Array< T >::fortran_vec(), base_lu< Matrix >::l_fact, base_lu< Matrix >::packed(), Array< T >::rows(), and base_lu< Matrix >::unpack().
void LU::update_piv | ( | const ColumnVector & | u, |
const ColumnVector & | v | ||
) |
Definition at line 136 of file dbleLU.cc.
References base_lu< Matrix >::a_fact, Array< T >::columns(), current_liboctave_error_handler, Array< T >::data(), F77_XFCN, Array< T >::fortran_vec(), base_lu< Matrix >::ipvt, base_lu< Matrix >::l_fact, Array< T >::length(), OCTAVE_LOCAL_BUFFER, base_lu< Matrix >::packed(), Array< T >::rows(), base_lu< Matrix >::unpack(), and Faddeeva::w().
Referenced by Fluupdate().
Definition at line 163 of file dbleLU.cc.
References base_lu< Matrix >::a_fact, Array< T >::cols(), Matrix::column(), Array< T >::columns(), current_liboctave_error_handler, Array< T >::data(), F77_XFCN, Array< T >::fortran_vec(), base_lu< Matrix >::ipvt, base_lu< Matrix >::l_fact, OCTAVE_LOCAL_BUFFER, base_lu< Matrix >::packed(), Array< T >::rows(), base_lu< Matrix >::unpack(), and Faddeeva::w().
Definition at line 81 of file base-lu.h.
Referenced by LU(), update(), and update_piv().
|
protectedinherited |
Definition at line 84 of file base-lu.h.
Referenced by LU(), and update_piv().
Definition at line 82 of file base-lu.h.
Referenced by update(), and update_piv().