GNU Octave  8.1.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
MatrixType Member List

This is the complete list of members for MatrixType, including all inherited members.

band_density(void) constMatrixTypeinline
Banded enum valueMatrixType
Banded_Hermitian enum valueMatrixType
Diagonal enum valueMatrixType
Full enum valueMatrixType
Hermitian enum valueMatrixType
info(void) constMatrixType
invalidate_type(void)MatrixTypeinline
is_dense(void) constMatrixTypeinline
is_known(void) constMatrixTypeinline
is_rectangular(void) constMatrixTypeinline
is_tridiagonal(void) constMatrixTypeinline
is_unknown(void) constMatrixTypeinline
isbanded(void) constMatrixTypeinline
isdiag(void) constMatrixTypeinline
ishermitian(void) constMatrixTypeinline
istril(void) constMatrixTypeinline
istriu(void) constMatrixTypeinline
Lower enum valueMatrixType
m_banddenMatrixTypeprivate
m_denseMatrixTypeprivate
m_fullMatrixTypeprivate
m_lower_bandMatrixTypeprivate
m_npermMatrixTypeprivate
m_permMatrixTypeprivate
m_sp_banddenMatrixTypeprivate
m_typeMatrixTypeprivate
m_upper_bandMatrixTypeprivate
mark_as_banded(const octave_idx_type ku, const octave_idx_type kl)MatrixTypeinline
mark_as_dense(void)MatrixTypeinline
mark_as_diagonal(void)MatrixTypeinline
mark_as_full(void)MatrixTypeinline
mark_as_lower_triangular(void)MatrixTypeinline
mark_as_not_dense(void)MatrixTypeinline
mark_as_permuted(const octave_idx_type np, const octave_idx_type *p)MatrixType
mark_as_permuted_diagonal(void)MatrixTypeinline
mark_as_rectangular(void)MatrixTypeinline
mark_as_symmetric(void)MatrixType
mark_as_tridiagonal(void)MatrixTypeinline
mark_as_unpermuted(void)MatrixType
mark_as_unsymmetric(void)MatrixType
mark_as_upper_triangular(void)MatrixTypeinline
matrix_type enum nameMatrixType
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) constMatrixTypeinline
nupper(void) constMatrixTypeinline
operator=(const MatrixType &a)MatrixType
Permuted_Diagonal enum valueMatrixType
Permuted_Lower enum valueMatrixType
Permuted_Upper enum valueMatrixType
Rectangular enum valueMatrixType
transpose(void) constMatrixType
triangular_perm(void) constMatrixTypeinline
Tridiagonal enum valueMatrixType
Tridiagonal_Hermitian enum valueMatrixType
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)MatrixTypeinlineprivate
Unknown enum valueMatrixType
Upper enum valueMatrixType
~MatrixType(void)MatrixType