, including all inherited members.
band_density(void) const | MatrixType | [inline] |
bandden | MatrixType | [private] |
Banded enum value | MatrixType | |
Banded_Hermitian enum value | MatrixType | |
dense | MatrixType | [private] |
Diagonal enum value | MatrixType | |
full | MatrixType | [private] |
Full enum value | MatrixType | |
Hermitian enum value | MatrixType | |
info(void) const | MatrixType | |
invalidate_type(void) | MatrixType | [inline] |
is_banded(void) | MatrixType | [inline] |
is_dense(void) const | MatrixType | [inline] |
is_diagonal(void) const | MatrixType | [inline] |
is_hermitian(void) const | MatrixType | [inline] |
is_known(void) const | MatrixType | [inline] |
is_lower_triangular(void) const | MatrixType | [inline] |
is_rectangular(void) const | MatrixType | [inline] |
is_tridiagonal(void) const | MatrixType | [inline] |
is_unknown(void) const | MatrixType | [inline] |
is_upper_triangular(void) const | MatrixType | [inline] |
Lower enum value | MatrixType | |
lower_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 SparseMatrix &a) | MatrixType | |
MatrixType(const SparseComplexMatrix &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 | |
nlower(void) const | MatrixType | [inline] |
nperm | MatrixType | [private] |
nupper(void) const | MatrixType | [inline] |
operator=(const MatrixType &a) | MatrixType | |
perm | MatrixType | [private] |
Permuted_Diagonal enum value | MatrixType | |
Permuted_Lower enum value | MatrixType | |
Permuted_Upper enum value | MatrixType | |
Rectangular enum value | MatrixType | |
sp_bandden | MatrixType | [private] |
transpose(void) const | MatrixType | |
triangular_perm(void) const | MatrixType | [inline] |
Tridiagonal enum value | MatrixType | |
Tridiagonal_Hermitian enum value | MatrixType | |
typ | MatrixType | [private] |
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 | [inline, private] |
Unknown enum value | MatrixType | |
Upper enum value | MatrixType | |
upper_band | MatrixType | [private] |
~MatrixType(void) | MatrixType | |