The Matrix type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() ![]() | Add |
Add two rectangular matrixs, a + b.
|
![]() ![]() | CheckSquareMatrix |
Check that the matrix is square.
|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) |
![]() ![]() | FrobeniusNorm |
Return the frobenius norm of a matrix.
|
![]() | GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) |
![]() | GetType |
Gets the Type of the current instance.
(Inherited from Object.) |
![]() ![]() | InfinityNorm |
Return the infinity norm of a matrix.
|
![]() ![]() | InverseLowerTriangular |
Returns the inverse of the lower triangular matrix a.
|
![]() ![]() | InverseUpperTriangular |
Returns the inverse of the upper triangular matrix a.
|
![]() | MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) |
![]() ![]() | Multiply | Overloaded.
Returns the product of two matrices.
Returns the product of two matrices.
|
![]() ![]() | OneNorm |
Return the matrix one norm.
|
![]() ![]() | Subtract |
Subtract two rectangular matrixs, a - b.
|
![]() | ToString | (Inherited from Object.) |
![]() ![]() | Transpose |
Return the transpose of a matrix.
|