IMSL C# Numerical Library

Matrix Members

Matrix overview

Public Static Methods

Add Add two rectangular matrixs, a + b.
CheckSquareMatrix Check that the matrix is square.
FrobeniusNorm Return the frobenius norm of a matrix.
InfinityNorm Return the infinity norm of a matrix.
MultiplyOverloaded. Returns the product of two matrices.
OneNorm Return the matrix one norm.
Subtract Subtract two rectangular matrixs, a - b.
Transpose Return the transpose of a matrix.

Public Instance Methods

Equals (inherited from Object) Determines whether the specified Object is equal to the current Object.
GetHashCode (inherited from Object) Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
GetType (inherited from Object) Gets the Type of the current instance.
ToString (inherited from Object) Returns a String that represents the current Object.

See Also

Matrix Class | Imsl.Math Namespace | Example