Matrix Methods |
The Matrix type exposes the following members.
| Name | Description | |
|---|---|---|
| Cholesky | Cholesky factorization | |
| Clone | Make a deep copy of a matrix | |
| CloneColumn | Gets column with number coumnnum from matrix res | |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from 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) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object) | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| Identity | Generate identity matrix | |
| InverseLower | Matrix inverse for a lower triangular matrix | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) | |
| Mul | Multiply a matrix by a scalar in place, A = s*A | |
| SolveGE | Solve A*x = b using Gaussian elimination with partial pivoting | |
| SolveLower | ||
| SolveUpper | ||
| Submatrix(Int32, Int32) | Get a submatrix. | |
| Submatrix(Int32, Int32, Int32) | Get a submatrix. | |
| Submatrix(Int32, Int32, Int32) | Get a submatrix. | |
| Submatrix(Int32, Int32, Int32, Int32) | Get a submatrix. | |
| times | Multiply a matrix by a scalar, C = s*A | |
| ToString | Returns a string that represents the current object. (Inherited from Object) | |
| Transpose | Transpose of a dense matrix |