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

This is the complete list of members for sparse_lu< lu_type >, including all inherited members.

col_perm() constsparse_lu< lu_type >inline
L() constsparse_lu< lu_type >inline
lu_elt_type typedefsparse_lu< lu_type >
m_condsparse_lu< lu_type >protected
m_Lsparse_lu< lu_type >protected
m_Psparse_lu< lu_type >protected
m_Qsparse_lu< lu_type >protected
m_Rsparse_lu< lu_type >protected
m_Usparse_lu< lu_type >protected
operator=(const sparse_lu &a)sparse_lu< lu_type >inline
Pc() constsparse_lu< lu_type >
Pc_mat() constsparse_lu< lu_type >
Pc_vec() constsparse_lu< lu_type >
Pr() constsparse_lu< lu_type >
Pr_mat() constsparse_lu< lu_type >
Pr_vec() constsparse_lu< lu_type >
R() constsparse_lu< lu_type >inline
rcond() constsparse_lu< lu_type >inline
row_perm() constsparse_lu< lu_type >inline
sparse_lu()sparse_lu< lu_type >inline
sparse_lu(const lu_type &a, const Matrix &piv_thres=Matrix(), bool scale=false)sparse_lu< lu_type >
sparse_lu(const lu_type &a, const ColumnVector &Qinit, const Matrix &piv_thres, bool scale=false, bool FixedQ=false, double droptol=-1.0, bool milu=false, bool udiag=false)sparse_lu< lu_type >
sparse_lu(const sparse_lu &a)sparse_lu< lu_type >inline
U() constsparse_lu< lu_type >inline
Y() constsparse_lu< lu_type >
~sparse_lu()=defaultsparse_lu< lu_type >virtual