| Matrix Methods |
The Matrix type exposes the following members.
| Name | Description | |
|---|---|---|
| Add |
Add two rectangular matrixs, a + b.
| |
| CheckSquareMatrix |
Check that the matrix is square.
| |
| Equals | Determines whether the specified object is equal to the current object. (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.
| |
| Multiply(Double, Double) |
Multiply two rectangular matrices, a * b.
| |
| Multiply(Double, Double) |
Multiply the rectangular matrix a and the column matrix x.
| |
| Multiply(Double, Double) |
Return the product of the row matrix x and the rectangular matrix a.
| |
| Multiply(Double, Double, Int32) |
Multiply two rectangular arrays, a * b, using multiple processors.
| |
| Multiply(Double, Double, Int32) |
Return the product of the row matrix x and the rectangular matrix a.
| |
| OneNorm |
Return the matrix one norm.
| |
| Subtract |
Subtract two rectangular matrixs, a - b.
| |
| ToString | Returns a string that represents the current object. (Inherited from Object.) | |
| Transpose |
Return the transpose of a matrix.
|