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

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

col_perm(void) constoctave::math::sparse_lu< lu_type >inline
L(void) constoctave::math::sparse_lu< lu_type >inline
lu_elt_type typedefoctave::math::sparse_lu< lu_type >
m_condoctave::math::sparse_lu< lu_type >protected
m_Loctave::math::sparse_lu< lu_type >protected
m_Poctave::math::sparse_lu< lu_type >protected
m_Qoctave::math::sparse_lu< lu_type >protected
m_Roctave::math::sparse_lu< lu_type >protected
m_Uoctave::math::sparse_lu< lu_type >protected
operator=(const sparse_lu &a)octave::math::sparse_lu< lu_type >inline
Pc(void) constoctave::math::sparse_lu< lu_type >
Pc_mat(void) constoctave::math::sparse_lu< lu_type >
Pc_vec(void) constoctave::math::sparse_lu< lu_type >
Pr(void) constoctave::math::sparse_lu< lu_type >
Pr_mat(void) constoctave::math::sparse_lu< lu_type >
Pr_vec(void) constoctave::math::sparse_lu< lu_type >
R(void) constoctave::math::sparse_lu< lu_type >inline
rcond(void) constoctave::math::sparse_lu< lu_type >inline
row_perm(void) constoctave::math::sparse_lu< lu_type >inline
sparse_lu(void)octave::math::sparse_lu< lu_type >inline
sparse_lu(const lu_type &a, const Matrix &piv_thres=Matrix(), bool scale=false)octave::math::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)octave::math::sparse_lu< lu_type >
sparse_lu(const sparse_lu &a)octave::math::sparse_lu< lu_type >inline
U(void) constoctave::math::sparse_lu< lu_type >inline
Y(void) constoctave::math::sparse_lu< lu_type >
~sparse_lu(void)=defaultoctave::math::sparse_lu< lu_type >virtual