You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Structs, Records, Enums > Dew.Math.TMtxType Enumeration
Dew Math for .NET
ContentsIndexHome
PreviousUpNext
Dew.Math.TMtxType Enumeration

Defines type of matrix.

Syntax
C#
Visual Basic
public enum TMtxType : uint { mtSymmPosDef, mtSymmetric, mtHermPosDef, mtHermitian, mtTriangle, mtGeneral, mtBandSymmPosDef, mtBandHermPosDef, mtBandGeneral }

MtxVec.cs

Members 
Description 
mtSymmPosDef 
symmetric positive definite matrix 
mtSymmetric 
symmetric matrix 
mtHermPosDef 
Hermitian positive definite matrix 
mtHermitian 
Hermitian matrix 
mtTriangle 
triangular matrix, with unit or non unit main diagonal 
mtGeneral 
general matrix (none of the above) 
mtBandSymmPosDef 
symmetric positive definite matrix in banded storage forma 
mtBandHermPosDef 
Hermitian positive definite matrix in banded storage format 
mtBandGeneral 
general matrix in banded storage format 
Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!