GNU Octave  4.2.1
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
MatrixType Member List

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

band_density(void) const MatrixTypeinline
banddenMatrixTypeprivate
Banded enum valueMatrixType
Banded_Hermitian enum valueMatrixType
denseMatrixTypeprivate
Diagonal enum valueMatrixType
fullMatrixTypeprivate
Full enum valueMatrixType
Hermitian enum valueMatrixType
info(void) const MatrixType
invalidate_type(void)MatrixTypeinline
is_banded(void)MatrixTypeinline
is_dense(void) const MatrixTypeinline
is_diagonal(void) const MatrixTypeinline
is_hermitian(void) const MatrixTypeinline
is_known(void) const MatrixTypeinline
is_lower_triangular(void) const MatrixTypeinline
is_rectangular(void) const MatrixTypeinline
is_tridiagonal(void) const MatrixTypeinline
is_unknown(void) const MatrixTypeinline
is_upper_triangular(void) const MatrixTypeinline
Lower enum valueMatrixType
lower_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
nlower(void) const MatrixTypeinline
npermMatrixTypeprivate
nupper(void) const MatrixTypeinline
operator=(const MatrixType &a)MatrixType
permMatrixTypeprivate
Permuted_Diagonal enum valueMatrixType
Permuted_Lower enum valueMatrixType
Permuted_Upper enum valueMatrixType
Rectangular enum valueMatrixType
sp_banddenMatrixTypeprivate
transpose(void) const MatrixType
triangular_perm(void) const MatrixTypeinline
Tridiagonal enum valueMatrixType
Tridiagonal_Hermitian enum valueMatrixType
typMatrixTypeprivate
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
upper_bandMatrixTypeprivate
~MatrixType(void)MatrixType