GNU Octave  4.2.1
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
lu< T > Member List

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

lu(const Matrix &a)lu< T >
lu(const FloatMatrix &a)lu< T >
lu(const ComplexMatrix &a)lu< T >
lu(const FloatComplexMatrix &a)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 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 >