GNU Octave
3.8.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
|
#include "floatLU.h"
Public Types | |
typedef FloatMatrix::element_type | lu_elt_type |
Public Member Functions | |
FloatLU (void) | |
FloatLU (const FloatMatrix &a) | |
FloatLU (const FloatLU &a) | |
FloatLU (const FloatMatrix &l, const FloatMatrix &u, const PermMatrix &p) | |
~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 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) |
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 |
|
inherited |
F77_RET_T const octave_idx_type float const octave_idx_type octave_idx_type octave_idx_type &F77_RET_T const octave_idx_type float const octave_idx_type float const octave_idx_type float float *F77_RET_T const octave_idx_type float const octave_idx_type float const octave_idx_type octave_idx_type const float const float float * 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().
|
inline |
|
protectedinherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
Referenced by update(), and update_piv().
|
inherited |
|
inherited |
|
inherited |
Referenced by update(), and update_piv().
void FloatLU::update | ( | const FloatColumnVector & | u, |
const FloatColumnVector & | v | ||
) |
Definition at line 88 of file floatLU.cc.
References base_lu< FloatMatrix >::a_fact, Array< T >::columns(), current_liboctave_error_handler, F77_XFCN, Array< T >::fortran_vec(), base_lu< FloatMatrix >::l_fact, Array< T >::length(), base_lu< FloatMatrix >::packed(), Array< T >::rows(), and base_lu< FloatMatrix >::unpack().
Referenced by Fluupdate().
void FloatLU::update | ( | const FloatMatrix & | u, |
const FloatMatrix & | v | ||
) |
Definition at line 111 of file floatLU.cc.
References base_lu< FloatMatrix >::a_fact, Array< T >::cols(), FloatMatrix::column(), Array< T >::columns(), current_liboctave_error_handler, F77_XFCN, Array< T >::fortran_vec(), base_lu< FloatMatrix >::l_fact, base_lu< FloatMatrix >::packed(), Array< T >::rows(), and base_lu< FloatMatrix >::unpack().
void FloatLU::update_piv | ( | const FloatColumnVector & | u, |
const FloatColumnVector & | v | ||
) |
Definition at line 137 of file floatLU.cc.
References base_lu< FloatMatrix >::a_fact, Array< T >::columns(), current_liboctave_error_handler, Array< T >::data(), F77_XFCN, Array< T >::fortran_vec(), base_lu< FloatMatrix >::ipvt, base_lu< FloatMatrix >::l_fact, Array< T >::length(), OCTAVE_LOCAL_BUFFER, base_lu< FloatMatrix >::packed(), Array< T >::rows(), base_lu< FloatMatrix >::unpack(), and Faddeeva::w().
Referenced by Fluupdate().
void FloatLU::update_piv | ( | const FloatMatrix & | u, |
const FloatMatrix & | v | ||
) |
Definition at line 165 of file floatLU.cc.
References base_lu< FloatMatrix >::a_fact, Array< T >::cols(), FloatMatrix::column(), Array< T >::columns(), current_liboctave_error_handler, Array< T >::data(), F77_XFCN, Array< T >::fortran_vec(), base_lu< FloatMatrix >::ipvt, base_lu< FloatMatrix >::l_fact, OCTAVE_LOCAL_BUFFER, base_lu< FloatMatrix >::packed(), Array< T >::rows(), base_lu< FloatMatrix >::unpack(), and Faddeeva::w().
|
inherited |
|
protectedinherited |
Definition at line 81 of file base-lu.h.
Referenced by FloatLU(), update(), and update_piv().
|
protectedinherited |
Definition at line 84 of file base-lu.h.
Referenced by FloatLU(), and update_piv().
|
protectedinherited |
Definition at line 82 of file base-lu.h.
Referenced by update(), and update_piv().