| ComplexMatrix Methods |
The ComplexMatrix type exposes the following members.
| Name | Description | |
|---|---|---|
| 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.) | |
| 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.
| |
| Multiply(Complex, Complex) |
Multiply two Complex rectangular arrays, a * b.
| |
| Multiply(Complex, Complex) |
Multiply the rectangular array a and the column vector x, both
Complex.
| |
| Multiply(Complex, Complex) |
Returns the product of the row vector x and the rectangular array a,
both Complex.
| |
| Multiply(Complex, Complex, Int32) |
Multiply two Complex rectangular arrays, a * b, using multiple processors.
| |
| Multiply(Complex, Complex, Int32) |
Returns the product of the row vector x and the rectangular array a,
both Complex.
| |
| 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.
|