Matrix |
The MatrixStorageT type exposes the following members.
Name | Description | |
---|---|---|
AsArray | ||
AsColumnArrays | ||
AsColumnMajorArray | ||
AsRowArrays | ||
AsRowMajorArray | ||
At(Int32, Int32) | Retrieves the requested element without range checking. | |
At(Int32, Int32, T) | Sets the element without range checking. | |
Clear | ||
Clear(Int32, Int32, Int32, Int32) | ||
ClearColumns | ||
ClearRows | ||
CopyColumnTo | ||
CopyRowTo | ||
CopySubColumnTo | ||
CopySubMatrixTo | ||
CopySubRowTo | ||
CopyTo | ||
Enumerate | ||
EnumerateIndexed | ||
EnumerateNonZero | ||
EnumerateNonZeroIndexed | ||
Equals(MatrixStorageT) | Indicates whether the current object is equal to another object of the same type. | |
Equals(Object) |
Determines whether the specified Object is equal to the current Object.
(Overrides ObjectEquals(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) | |
Find | ||
Find2TOther | ||
Fold2TOther, TState | ||
FoldByColumnTU | ||
FoldByRowTU | ||
GetHashCode |
Serves as a hash function for a particular type.
(Overrides ObjectGetHashCode) | |
GetType | Gets the Type of the current instance. (Inherited from Object) | |
IsMutableAt | True if the specified field can be set to any value. False if the field is fixed, like an off-diagonal field on a diagonal matrix. | |
Map2To | ||
MapIndexedInplace | ||
MapIndexedToTU | ||
MapInplace | ||
MapSubMatrixIndexedToTU | ||
MapToTU | ||
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) | |
ToArray | ||
ToColumnArrays | ||
ToColumnMajorArray | ||
ToRowArrays | ||
ToRowMajorArray | ||
ToString | Returns a string that represents the current object. (Inherited from Object) | |
TransposeTo |