Click or drag to resize

IComplexMatrixPatterns Interface

Defines properties to evaluate patterns in complex matrices.

Namespace:  Novacta.Analytics
Assembly:  Novacta.Analytics (in Novacta.Analytics.dll) Version: 2.0.0
Syntax
public interface IComplexMatrixPatterns : IMatrixPatterns

The IComplexMatrixPatterns type exposes the following members.

Properties
  NameDescription
Public propertyIsBidiagonal
Gets a value indicating whether this instance is bidiagonal.
(Inherited from IMatrixPatterns.)
Public propertyIsColumnVector
Gets a value indicating whether this instance is a column vector.
(Inherited from IMatrixPatterns.)
Public propertyIsDiagonal
Gets a value indicating whether this instance is diagonal.
(Inherited from IMatrixPatterns.)
Public propertyIsHermitian
Gets a value indicating whether this instance is Hermitian.
Public propertyIsHessenberg
Gets a value indicating whether this instance is Hessenberg.
(Inherited from IMatrixPatterns.)
Public propertyIsLowerBidiagonal
Gets a value indicating whether this instance is lower bidiagonal.
(Inherited from IMatrixPatterns.)
Public propertyIsLowerHessenberg
Gets a value indicating whether this instance is lower Hessenberg.
(Inherited from IMatrixPatterns.)
Public propertyIsLowerTriangular
Gets a value indicating whether this instance is lower triangular.
(Inherited from IMatrixPatterns.)
Public propertyIsRowVector
Gets a value indicating whether this instance is a row vector.
(Inherited from IMatrixPatterns.)
Public propertyIsScalar
Gets a value indicating whether this instance is scalar.
(Inherited from IMatrixPatterns.)
Public propertyIsSkewHermitian
Gets a value indicating whether this instance is Skew-Hermitian.
Public propertyIsSkewSymmetric
Gets a value indicating whether this instance is skew symmetric.
(Inherited from IMatrixPatterns.)
Public propertyIsSquare
Gets a value indicating whether this instance is square.
(Inherited from IMatrixPatterns.)
Public propertyIsSymmetric
Gets a value indicating whether this instance is symmetric.
(Inherited from IMatrixPatterns.)
Public propertyIsTriangular
Gets a value indicating whether this instance is triangular.
(Inherited from IMatrixPatterns.)
Public propertyIsTridiagonal
Gets a value indicating whether this instance is tridiagonal.
(Inherited from IMatrixPatterns.)
Public propertyIsUpperBidiagonal
Gets a value indicating whether this instance is upper bidiagonal.
(Inherited from IMatrixPatterns.)
Public propertyIsUpperHessenberg
Gets a value indicating whether this instance is upper Hessenberg.
(Inherited from IMatrixPatterns.)
Public propertyIsUpperTriangular
Gets a value indicating whether this instance is upper triangular.
(Inherited from IMatrixPatterns.)
Public propertyIsVector
Gets a value indicating whether this instance is a vector.
(Inherited from IMatrixPatterns.)
Public propertyLowerBandwidth
Gets the lower bandwidth of this instance.
(Inherited from IMatrixPatterns.)
Public propertyUpperBandwidth
Gets the upper bandwidth of this instance.
(Inherited from IMatrixPatterns.)
Top
See Also