IMSL C# Numerical Library

ComplexMatrix Members

ComplexMatrix overview

Public Static Methods

Add Add two rectangular Complex arrays, a + b.
CheckSquareMatrix Check that the Complex matrix is square.
FrobeniusNorm Return the frobenius norm of a Complex matrix.
InfinityNorm Return the infinity norm of a Complex matrix.
MultiplyOverloaded. Returns the product of two Complex Objects.
OneNorm Return the Complex matrix one norm.
Subtract Subtract two Complex rectangular arrays, a - b.
Transpose Return the transpose of a Complex 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

ComplexMatrix Class | Imsl.Math Namespace | Example