GNU Octave  9.1.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
lu< T > Member List

This is the complete list of members for lu< T >, including all inherited members.

ELT_T typedeflu< T >
getp() constlu< T >protected
L() constlu< T >
lu()lu< T >inline
lu(const T &a)lu< T >
lu(const lu &a)lu< T >inline
lu(const T &l, const T &u, const PermMatrix &p)lu< T >
lu(const Matrix &a)lu< T >
lu(const FloatMatrix &a)lu< T >
lu(const ComplexMatrix &a)lu< T >
lu(const FloatComplexMatrix &a)lu< T >
m_a_factlu< T >protected
m_ipvtlu< T >protected
m_Llu< T >protected
operator=(const lu &a)lu< T >inline
P() constlu< T >
P_vec() constlu< T >
packed() constlu< T >
regular() constlu< T >
U() constlu< T >
unpack()lu< T >
update(const VT &u, const VT &v)lu< T >
update(const T &u, const T &v)lu< T >
update(const ColumnVector &u, const ColumnVector &v)lu< T >
update(const Matrix &u, const Matrix &v)lu< T >
update(const FloatColumnVector &u, const FloatColumnVector &v)lu< T >
update(const FloatMatrix &u, const FloatMatrix &v)lu< T >
update(const ComplexColumnVector &u, const ComplexColumnVector &v)lu< T >
update(const ComplexMatrix &u, const ComplexMatrix &v)lu< T >
update(const FloatComplexColumnVector &u, const FloatComplexColumnVector &v)lu< T >
update(const FloatComplexMatrix &u, const FloatComplexMatrix &v)lu< T >
update_piv(const VT &u, const VT &v)lu< T >
update_piv(const T &u, const T &v)lu< T >
update_piv(const ColumnVector &u, const ColumnVector &v)lu< T >
update_piv(const Matrix &u, const Matrix &v)lu< T >
update_piv(const FloatColumnVector &u, const FloatColumnVector &v)lu< T >
update_piv(const FloatMatrix &u, const FloatMatrix &v)lu< T >
update_piv(const ComplexColumnVector &u, const ComplexColumnVector &v)lu< T >
update_piv(const ComplexMatrix &u, const ComplexMatrix &v)lu< T >
update_piv(const FloatComplexColumnVector &u, const FloatComplexColumnVector &v)lu< T >
update_piv(const FloatComplexMatrix &u, const FloatComplexMatrix &v)lu< T >
VT typedeflu< T >
Y() constlu< T >
~lu()=defaultlu< T >virtual