| Name | Description |
---|
 | CanReshape |
Gets whether the matrix can be reshaped into a vector or a matrix.
(Overrides MatrixTCanReshape.) |
 | ColumnCount |
Gets the number of columns in the matrix.
(Inherited from LinearOperatorT.) |
 | ColumnIndex |
Gets or sets the index of labels for the columns of the matrix.
(Inherited from LinearOperatorT.) |
 | ColumnIndex |
Gets or sets the index of labels for the columns of the matrix.
(Inherited from LinearOperatorT.) |
 | Columns | (Inherited from MatrixT.) |
 | Columns | (Inherited from MatrixT.) |
 | ColumnwiseComponents |
Enumerates the elements of the matrix column by column.
(Inherited from MatrixT.) |
 | DataLocation |
Gets a value that indicates whether the matrix elements are
created on the host or the device.
|
 | ElementOrder |
Gets a value indicating the order in which the matrix
elements are stored.
(Inherited from MatrixT.) |
 | ElementType |
Gets the element type of the matrix.
(Inherited from LinearOperatorT.) |
 | IsDistributedDataCurrent |
Gets a value that indicates whether the distributed copy of the data is up to date.
|
 | IsHermitian |
Gets a value that indicates if the matrix is Hermitian about the main diagonal.
(Inherited from MatrixT.) |
 | IsImmutable |
Gets whether the elements of the matrix are immutable.
(Inherited from MatrixT.) |
 | IsLocalDataCurrent |
Gets a value that indicates whether the local copy of the data is up to date.
|
 | IsLowerTriangular |
Gets a value that indicates if all elements of the matrix above the main diagonal are zero.
(Inherited from MatrixT.) |
 | IsReadOnly |
Gets whether the matrix can be written to.
(Inherited from MatrixT.) |
 | IsSparse |
Gets a value that indicates whether the matrix is sparse.
(Inherited from MatrixT.) |
 | IsSymmetrical |
Gets a value that indicates if the matrix is symmetrical about the main diagonal.
(Inherited from MatrixT.) |
 | IsUnitDiagonal |
Gets a value indicating whether all diagonal elements
of this instance are equal to 1.
(Inherited from MatrixT.) |
 | IsUpperTriangular |
Gets a value that indicates if all elements of the matrix below the main diagonal are zero.
(Inherited from MatrixT.) |
 | ItemIEnumerableInt32, Range |
Gets or sets the elements of a matrix with the specified row indexes and column range.
(Inherited from MatrixT.) |
 | ItemIEnumerableInt32, IEnumerableInt32 |
Gets or sets the elements of a matrix with the specified row and column indexes.
(Inherited from MatrixT.) |
 | ItemIEnumerableInt32, Int32 |
Gets or sets the elements of a column with the specified indexes.
(Inherited from MatrixT.) |
 | ItemFuncT, Boolean, Int32 |
Gets or sets the elements of a column of the matrix that meet the specified condition.
(Inherited from MatrixT.) |
 | ItemInt32, Range |
Gets or sets the elements of a row of this matrix.
(Inherited from MatrixT.) |
 | ItemInt32, VectorBoolean |
Gets or sets the elements of a row of this matrix.
(Inherited from MatrixT.) |
 | ItemInt32, IEnumerableInt32 |
Gets or sets the elements of a row with the specified indexes.
(Inherited from MatrixT.) |
 | ItemInt32, FuncT, Boolean |
Gets or sets the elements of a row of the matrix that meet the specified condition.
(Inherited from MatrixT.) |
 | ItemInt32, Int32 |
Gets or sets the specified element in this
matrix.
(Inherited from MatrixT.) |
 | ItemInt32, Range |
Gets or sets the components of a row of this matrix.
(Inherited from MatrixT.) |
 | ItemRange, Range |
Gets or sets the elements of a sub-matrix of this matrix.
(Inherited from MatrixT.) |
 | ItemRange, IEnumerableInt32 |
Gets or sets the elements of a matrix with the specified row range and column indexes.
(Inherited from MatrixT.) |
 | ItemRange, Int32 |
Gets or sets the elements of a column of this matrix.
(Inherited from MatrixT.) |
 | ItemRange, Range |
Gets or sets the components of a submatrix of this matrix.
(Inherited from MatrixT.) |
 | ItemRange, Int32 |
Gets or sets the components of a column of this matrix.
(Inherited from MatrixT.) |
 | ItemVectorBoolean, Int32 |
Gets or sets the elements of a column of this matrix.
(Inherited from MatrixT.) |
 | LocalCopy |
Gets the local copy of the matrix.
|
 | MatrixDiagonal |
Gets a value indicating whether all diagonal elements
of this instance are structurally equal to 1.
(Inherited from MatrixT.) |
 | MatrixTriangle |
Gets a value that indicates whether a triangular matrix
is upper or lower triangular.
(Inherited from MatrixT.) |
 | NativeStorage |
Gets the native storage for the matrix.
|
 | NonzeroComponents |
Gets a collection of the nonzero elements of the matrix.
(Inherited from MatrixT.) |
 | NonzeroElements |
Gets a collection of the nonzero elements of the matrix.
(Inherited from MatrixT.) |
 | Precedence |
Infrastructure. This property supports the Numerical Libraries for .NET
infrastructure and is not intended to be used directly from your code.
(Inherited from MatrixT.) |
 | Provider |
Gets the object that provides infrastructure functionality for the distributed platform.
|
 | RowCount |
Gets the number of rows in the matrix.
(Inherited from LinearOperatorT.) |
 | RowIndex |
Gets or sets the index of labels for the rows of the matrix.
(Inherited from LinearOperatorT.) |
 | RowIndex |
Gets or sets the index of labels for the rows of the matrix.
(Inherited from LinearOperatorT.) |
 | Rows | (Inherited from MatrixT.) |
 | Rows | (Inherited from MatrixT.) |
 | RowwiseComponents |
Enumerates the elements of the matrix column by column.
(Inherited from MatrixT.) |
 | Structure |
Gets a value that indicates the structure of the sparse matrix.
(Inherited from MatrixT.) |
 | WritableComponents |
Enumerates the writable elements of the matrix column by column.
(Inherited from MatrixT.) |