band_density(void) const | MatrixType | inline |
Banded enum value | MatrixType | |
Banded_Hermitian enum value | MatrixType | |
Diagonal enum value | MatrixType | |
Full enum value | MatrixType | |
Hermitian enum value | MatrixType | |
info(void) const | MatrixType | |
invalidate_type(void) | MatrixType | inline |
is_dense(void) const | MatrixType | inline |
is_known(void) const | MatrixType | inline |
is_rectangular(void) const | MatrixType | inline |
is_tridiagonal(void) const | MatrixType | inline |
is_unknown(void) const | MatrixType | inline |
isbanded(void) const | MatrixType | inline |
isdiag(void) const | MatrixType | inline |
ishermitian(void) const | MatrixType | inline |
istril(void) const | MatrixType | inline |
istriu(void) const | MatrixType | inline |
Lower enum value | MatrixType | |
m_bandden | MatrixType | private |
m_dense | MatrixType | private |
m_full | MatrixType | private |
m_lower_band | MatrixType | private |
m_nperm | MatrixType | private |
m_perm | MatrixType | private |
m_sp_bandden | MatrixType | private |
m_type | MatrixType | private |
m_upper_band | MatrixType | private |
mark_as_banded(const octave_idx_type ku, const octave_idx_type kl) | MatrixType | inline |
mark_as_dense(void) | MatrixType | inline |
mark_as_diagonal(void) | MatrixType | inline |
mark_as_full(void) | MatrixType | inline |
mark_as_lower_triangular(void) | MatrixType | inline |
mark_as_not_dense(void) | MatrixType | inline |
mark_as_permuted(const octave_idx_type np, const octave_idx_type *p) | MatrixType | |
mark_as_permuted_diagonal(void) | MatrixType | inline |
mark_as_rectangular(void) | MatrixType | inline |
mark_as_symmetric(void) | MatrixType | |
mark_as_tridiagonal(void) | MatrixType | inline |
mark_as_unpermuted(void) | MatrixType | |
mark_as_unsymmetric(void) | MatrixType | |
mark_as_upper_triangular(void) | MatrixType | inline |
matrix_type enum name | MatrixType | |
MatrixType(void) | MatrixType | |
MatrixType(const MatrixType &a) | MatrixType | |
MatrixType(const Matrix &a) | MatrixType | |
MatrixType(const ComplexMatrix &a) | MatrixType | |
MatrixType(const FloatMatrix &a) | MatrixType | |
MatrixType(const FloatComplexMatrix &a) | MatrixType | |
MatrixType(const MSparse< T > &a) | MatrixType | |
MatrixType(const matrix_type t, bool _full=false) | MatrixType | |
MatrixType(const matrix_type t, const octave_idx_type np, const octave_idx_type *p, bool _full=false) | MatrixType | |
MatrixType(const matrix_type t, const octave_idx_type ku, const octave_idx_type kl, bool _full=false) | MatrixType | |
MatrixType(const MSparse< T > &a) | MatrixType | |
nlower(void) const | MatrixType | inline |
nupper(void) const | MatrixType | inline |
operator=(const MatrixType &a) | MatrixType | |
Permuted_Diagonal enum value | MatrixType | |
Permuted_Lower enum value | MatrixType | |
Permuted_Upper enum value | MatrixType | |
Rectangular enum value | MatrixType | |
transpose(void) const | MatrixType | |
triangular_perm(void) const | MatrixType | inline |
Tridiagonal enum value | MatrixType | |
Tridiagonal_Hermitian enum value | MatrixType | |
type(bool quiet=true) | MatrixType | |
type(const Matrix &a) | MatrixType | |
type(const ComplexMatrix &a) | MatrixType | |
type(const FloatMatrix &a) | MatrixType | |
type(const FloatComplexMatrix &a) | MatrixType | |
type(const SparseMatrix &a) | MatrixType | |
type(const SparseComplexMatrix &a) | MatrixType | |
type(int new_typ) | MatrixType | inlineprivate |
Unknown enum value | MatrixType | |
Upper enum value | MatrixType | |
~MatrixType(void) | MatrixType | |