Click or drag to resize

ReadOnlyDoubleMatrix Properties

The ReadOnlyDoubleMatrix type exposes the following members.

Properties
  NameDescription
Public propertyColumnNames
Exposes the dictionary of column names, keyed by column indexes.
Public propertyCount
Gets the number of entries in this instance.
Public propertyHasColumnNames
Gets a value indicating whether this instance has at least a named column.
Public propertyHasRowNames
Gets a value indicating whether this instance has at least a named row.
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 propertyIsHermitian
Gets a value indicating whether this instance is Hermitian.
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 propertyIsReadOnly
Gets a value indicating whether this instance is read-only.
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 propertyIsSkewHermitian
Gets a value indicating whether this instance is Skew-Hermitian.
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 propertyCode exampleItemInt32
Gets the entry of this instance corresponding to the specified linear index.
Public propertyItemIndexCollection, IndexCollection
Gets the elements of this instance corresponding to the specified row and column indexes.
Public propertyItemIndexCollection, Int32
Gets the elements of this instance corresponding to the specified row and column indexes.
Public propertyItemIndexCollection, String
Gets the elements of this instance corresponding to the specified row and column indexes.
Public propertyItemInt32, IndexCollection
Gets the elements of this instance corresponding to the specified row and column indexes.
Public propertyItemInt32, Int32
Gets the element of this instance corresponding to the specified row and column indexes.
Public propertyItemInt32, String
Gets the elements of this instance corresponding to the specified row and column indexes.
Public propertyItemString, IndexCollection
Gets the elements of this instance corresponding to the specified row and column indexes.
Public propertyItemString, Int32
Gets the elements of this instance corresponding to the specified row and column indexes.
Public propertyItemString, String
Gets the elements of this instance corresponding to the specified row and column indexes.
Public propertyLowerBandwidth
Gets the lower bandwidth of this instance.
Public propertyName
Gets or sets the name of this instance.
Public propertyNumberOfColumns
Gets the number of columns of this instance.
Public propertyNumberOfRows
Gets the number of rows of this instance.
Public propertyRowNames
Exposes the dictionary of row names, keyed by row indexes.
Public propertyStorageOrder
Gets the storage order of this instance.
Public propertyStorageScheme
Gets the storage scheme of this instance.
Public propertyUpperBandwidth
Gets the upper bandwidth of this instance.
Top
Explicit Interface Implementations
  NameDescription
Explicit interface implementationPrivate propertyIListDoubleItem
Gets the element at the specified index. A NotSupportedException occurs if you try to set the item at the specified index.
Explicit interface implementationPrivate propertyITabularCollectionDouble, DoubleMatrixItemIndexCollection, IndexCollection
Gets or sets the elements of this instance corresponding to the specified row and column indexes.
Explicit interface implementationPrivate propertyITabularCollectionDouble, DoubleMatrixItemIndexCollection, Int32
Gets or sets the elements of this instance corresponding to the specified row and column indexes.
Explicit interface implementationPrivate propertyITabularCollectionDouble, DoubleMatrixItemIndexCollection, String
Gets or sets the elements of this instance corresponding to the specified row and column indexes.
Explicit interface implementationPrivate propertyITabularCollectionDouble, DoubleMatrixItemInt32, IndexCollection
Gets or sets the elements of this instance corresponding to the specified row and column indexes.
Explicit interface implementationPrivate propertyITabularCollectionDouble, DoubleMatrixItemInt32, Int32
Gets or sets the element of this instance corresponding to the specified row and column indexes.
Explicit interface implementationPrivate propertyITabularCollectionDouble, DoubleMatrixItemInt32, String
Gets or sets the elements of this instance corresponding to the specified row and column indexes.
Explicit interface implementationPrivate propertyITabularCollectionDouble, DoubleMatrixItemString, IndexCollection
Gets or sets the elements of this instance corresponding to the specified row and column indexes.
Explicit interface implementationPrivate propertyITabularCollectionDouble, DoubleMatrixItemString, Int32
Gets or sets the elements of this instance corresponding to the specified row and column indexes.
Explicit interface implementationPrivate propertyITabularCollectionDouble, DoubleMatrixItemString, String
Gets or sets the elements of this instance corresponding to the specified row and column indexes.
Top
See Also