RODouble |
public class RODoubleMatrixInArray1DColumnMajorRepresentation : IROMatrix<double>
The RODoubleMatrixInArray1DColumnMajorRepresentation type exposes the following members.
| Name | Description | |
|---|---|---|
| RODoubleMatrixInArray1DColumnMajorRepresentation(Int32, Int32) | Initializes a new instance of the RODoubleMatrixInArray1DColumnMajorRepresentation class. | |
| RODoubleMatrixInArray1DColumnMajorRepresentation(Double, Int32, Int32) | Initializes a new instance of the RODoubleMatrixInArray1DColumnMajorRepresentation class with an existing array. |
| Name | Description | |
|---|---|---|
| ColumnCount | Gets the number of columns in the matrix. | |
| Item | Gets or sets the element at the specified row and column. | |
| RowCount | Gets the number of rows in the matrix. |
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object) | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) | |
| ToString | Returns a string that represents the current object. (Inherited from Object) |
| Name | Description | |
|---|---|---|
| _arrayColumnMajor | The backing store for the matrix data, stored in column-major order. | |
| _numberOfColumns | The number of columns in the matrix. | |
| _numberOfRows | The number of rows in the matrix. |
| Name | Description | |
|---|---|---|
| Any |
Determines whether any element of the provided matrix a fulfills the given predicate.
(Defined by MatrixMath) | |
| CopyColumn |
Gets the column of a matrix copied into a vector.
(Defined by MatrixMath) | |
| CopyColumn |
Gets the column of a matrix copied into a vector.
(Defined by MatrixMath) | |
| CopyColumnDouble |
Copies one column of a source matrix into a destination matrix to a given row and column offset.
(Defined by MatrixMath) | |
| CopyRow |
Gets the row of a matrix copied into a vector.
(Defined by MatrixMath) | |
| CopyRow |
Gets the row of a matrix copied into a vector.
(Defined by MatrixMath) | |
| MapIndexedDouble, T1 |
Applies the specified function to each element of the matrix, providing the element's row and column indices as well as an additional parameter.
(Defined by MatrixMath) | |
| Max |
Get the maximum value of all elements of the specified matrix a.
(Defined by MatrixMath) | |
| Min |
Get the minimum value of all elements of the specified matrix a.
(Defined by MatrixMath) | |
| Norm |
Calculates the requested norm of the matrix.
(Defined by MatrixMath) | |
| SubMatrixT |
Gets a new submatrix, i.e. a matrix containing selected elements of the original matrix a.
(Defined by MatrixMath) | |
| SubMatrixT |
Gets a new submatrix, i.e. a matrix containing selected elements of the original matrix a.
(Defined by MatrixMath) | |
| SubMatrixT |
Gets a new submatrix, i.e. a matrix containing selected elements of the original matrix a.
(Defined by MatrixMath) | |
| SubMatrixT |
Gets a new submatrix, i.e. a matrix containing selected elements of the original matrix a.
(Defined by MatrixMath) | |
| SubMatrixT |
Gets a new submatrix, i.e. a matrix containing selected elements of the original matrix a.
(Defined by MatrixMath) | |
| SubMatrixT |
Gets a new submatrix, i.e. a matrix containing selected elements of the original matrix a.
(Defined by MatrixMath) | |
| Trace |
Get the trace of square matrix a, i.e. the sum of diagonal elements.
(Defined by MatrixMath) |