Click or drag to resize

IMatrixPatterns Interface

Defines properties to evaluate matrix patterns.

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

The IMatrixPatterns type exposes the following members.

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