GNU Octave
3.8.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
|
This is the complete list of members for LU, including all inherited members.
a_fact | base_lu< Matrix > | protected |
base_lu(void) | base_lu< Matrix > | inline |
base_lu(const base_lu &a) | base_lu< Matrix > | inline |
base_lu(const Matrix &l, const Matrix &u, const PermMatrix &p) | base_lu< Matrix > | |
getp(void) const | base_lu< Matrix > | protected |
ipvt | base_lu< Matrix > | protected |
L(void) const | base_lu< Matrix > | |
l_fact | base_lu< Matrix > | protected |
LU(void) | LU | inline |
LU(const Matrix &a) | LU | |
LU(const LU &a) | LU | inline |
LU(const Matrix &l, const Matrix &u, const PermMatrix &p) | LU | inline |
lu_elt_type typedef | base_lu< Matrix > | |
operator=(const LU &a) | LU | inline |
base_lu< Matrix >::operator=(const base_lu &a) | base_lu< Matrix > | inline |
P(void) const | base_lu< Matrix > | |
P_vec(void) const | base_lu< Matrix > | |
packed(void) const | base_lu< Matrix > | |
regular(void) const | base_lu< Matrix > | |
U(void) const | base_lu< Matrix > | |
unpack(void) | base_lu< Matrix > | |
update(const ColumnVector &u, const ColumnVector &v) | LU | |
update(const Matrix &u, const Matrix &v) | LU | |
update_piv(const ColumnVector &u, const ColumnVector &v) | LU | |
update_piv(const Matrix &u, const Matrix &v) | LU | |
Y(void) const | base_lu< Matrix > | |
~base_lu(void) | base_lu< Matrix > | inlinevirtual |
~LU(void) | LU | inline |