| Name | Description |
---|
 | ItemFuncT, Boolean, Int32 |
Gets or sets the elements of a column of the matrix that meet the specified condition.
|
 | ItemIEnumerableInt32, Range |
Gets or sets the elements of a matrix with the specified row indexes and column range.
|
 | ItemIEnumerableInt32, IEnumerableInt32 |
Gets or sets the elements of a matrix with the specified row and column indexes.
|
 | ItemIEnumerableInt32, Int32 |
Gets or sets the elements of a column with the specified indexes.
|
 | ItemIEnumerableInt32, Range |
Gets or sets the elements of a matrix with the specified row indexes and column range.
|
 | ItemIndex, Index |
Gets or sets the specified element in this
matrix.
|
 | ItemIndex, Range |
Gets or sets the elements of a row of this matrix.
|
 | ItemInt32, Range |
Gets or sets the elements of a row of this matrix.
|
 | ItemInt32, VectorBoolean |
Gets or sets the elements of a row of this matrix.
|
 | ItemInt32, IEnumerableInt32 |
Gets or sets the elements of a row with the specified indexes.
|
 | ItemInt32, FuncT, Boolean |
Gets or sets the elements of a row of the matrix that meet the specified condition.
|
 | ItemInt32, Int32 |
Gets or sets the specified element in this
matrix.
|
 | ItemRange, Range |
Gets or sets the elements of a sub-matrix of this matrix.
|
 | ItemRange, IEnumerableInt32 |
Gets or sets the elements of a matrix with the specified row range and column indexes.
|
 | ItemRange, Int32 |
Gets or sets the elements of a column of this matrix.
|
 | ItemRange, IEnumerableInt32 |
Gets or sets the elements of a matrix with the specified row range and column indexes.
|
 | ItemRange, Index |
Gets or sets the elements of a column of this matrix.
|
 | ItemRange, Range |
Gets or sets the elements of a sub-matrix of this matrix.
|
 | ItemVectorBoolean, Int32 |
Gets or sets the elements of a column of this matrix.
|