The ComplexMatrix type exposes the following members.

Methods

NameDescription
Add
Add two rectangular Complex arrays, a + b.
CheckSquareMatrix
Check that the Complex matrix is square.
Equals
Determines whether the specified Object is equal to the current Object.
(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 Complex 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 Complex matrix.
MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
MultiplyOverloaded.
Returns the product of two Complex Objects.
Returns the product of two Complex Objects.
OneNorm
Return the Complex matrix one norm.
Subtract
Subtract two Complex rectangular arrays, a - b.
ToString
Returns a String that represents the current Object.
(Inherited from Object.)
Transpose
Return the transpose of a Complex matrix.

See Also