The ComplexMatrix type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() ![]() | Add |
Add two rectangular Complex arrays, a + b.
|
![]() ![]() | CheckSquareMatrix |
Check that the Complex matrix is square.
|
![]() | Equals | (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.) |
![]() ![]() | Multiply | Overloaded.
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 | (Inherited from Object.) |
![]() ![]() | Transpose |
Return the transpose of a Complex matrix.
|