This documentation is compiled for the latest release of Mathos Core Library
Top
Top
The Matrix type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | Adjugate | |
![]() | Cofactor | |
![]() | Determinant | |
![]() | Equals(Object) | (Overrides ObjectEquals(Object).) |
![]() | Equals(Matrix) |
Determins if "_matrixContent" is equal to "other"'s "_matrixContent"
|
![]() ![]() | Eye(Int32) | |
![]() ![]() | Eye(Int32, Int32) | |
![]() | 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 | (Overrides ObjectGetHashCode.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | Inverse | |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | RREF |
Returns a matrix in reduced row echelon form.
|
![]() | ToString | (Overrides ObjectToString.) |
![]() | Transposed |
Extension Methods
Name | Description | |
---|---|---|
![]() | From(Enum) | Overloaded. (Defined by Converter.) |
![]() | From(Base) | Overloaded. (Defined by Converter.) |
See Also