AnyMatrixT Methods |
The AnyMatrixT generic type exposes the following members.
Name | Description | |
---|---|---|
![]() | Equals(Object) |
Determines whether the given object is an equal matrix.
(Overrides ObjectEquals(Object).) |
![]() | Equals(AnyMatrixT) |
Determines whether the given matrix equals the current matrix.
|
![]() | Fill |
Sets all matrix entries according to a supplied fill function.
|
![]() | 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 |
Not a valid operation.
(Overrides ObjectGetHashCode.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToArray |
Copies the matrix into an array.
|
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |