For a list of all members of this type, see ComplexMatrix members.
Name | Description | |
---|---|---|
Acos | Modifies a ComplexMatrix, y, by replacing each element y[i] with Acos(y[i]). | |
Add | Overloaded. Modifies a ComplexMatrix, y, by replacing each element y[i] with y[i] + x[i]. | |
Asin | Modifies a ComplexMatrix, y, by replacing each element y[i] with Asin(y[i]). | |
Atan | Modifies a ComplexMatrix, y, by replacing each element y[i] with Atan(y[i]). | |
Ceiling | Modifies a ComplexMatrix, y, by replacing each element y[i] with Ceiling(y[i]). | |
Cis | Modifies a ComplexMatrix, y, by replacing each element y[i] with Cis(y[i]). | |
Clone | Returns a copy of the ComplexMatrix instance. | |
CompareTo | Overloaded. Modifies the ComplexMatrix, y, by replacing each element y[i] with CompareTo(y[i],x[i]). | |
Conj | Modifies a ComplexMatrix, y, by replacing each element y[i] with Conj(y[i]). | |
CopyTo | Overloaded. Overridden. Copies the base ComplexMatrix to an array starting at a particular index. | |
Cos | Modifies a ComplexMatrix, y, by replacing each element y[i] with Cos(y[i]). | |
Cosh | Modifies a ComplexMatrix, y, by replacing each element y[i] with Cosh(y[i]). | |
CumProduct | Modifies a ComplexMatrix, y, by replacing each element y[i1,..,iN,..,iM] with y[i1,..,0,..,iM]*...*y[i1,..,iN,..,iM]. | |
CumSum | Modifies a ComplexMatrix, y, by replacing each element y[i1,..,iN,..,iM] with y[i1,..,0,..,iM]+...+y[i1,..,iN,..,iM]. | |
Divide | Overloaded. Modifies a ComplexMatrix, y, by replacing each element y[i] with y[i] / x[i]. | |
Equals | Compares the ComplexMatrix with x for equality. | |
Exp | Modifies a ComplexMatrix, y, by replacing each element y[i] with Exp(y[i]). | |
Floor | Modifies a ComplexMatrix, y, by replacing each element y[i] with Floor(y[i]). | |
GetEnumerator | Overridden. Returns an enumerator for the ComplexMatrix. | |
GetHashCode | Returns hash code for the ComplexMatrix. | |
IsColumn | Determines whether the MatrixBase is a column MatrixBase. (Inherited from Infragistics.Math.MatrixBase) | |
IsEmpty | Determines whether the MatrixBase is empty. (Inherited from Infragistics.Math.MatrixBase) | |
IsRow | Determines whether the MatrixBase is a row MatrixBase. (Inherited from Infragistics.Math.MatrixBase) | |
IsSquare | Determines whether the MatrixBase is square. (Inherited from Infragistics.Math.MatrixBase) | |
IsTwoDimensional | Determines if the MatrixBase has exactly two dimensions. (Inherited from Infragistics.Math.MatrixBase) | |
IsUnitary | Determines whether the MatrixBase is unitary. (Inherited from Infragistics.Math.MatrixBase) | |
Log | Overloaded. Modifies a ComplexMatrix, y, by replacing each element y[i] with Log(y[i]). | |
Log10 | Modifies a ComplexMatrix, y, by replacing each element y[i] with Log10(y[i]). | |
Log2 | Modifies a ComplexMatrix, y, by replacing each element y[i] with Log2(y[i]). | |
Multiply | Overloaded. Modifies a ComplexMatrix, y, by replacing each element y[i] with y[i] * x[i]. | |
Pow | Overloaded. Modifies a ComplexMatrix, y, by replacing each element y[i] with Pow(y[i],x[i]). | |
Round | Modifies a ComplexMatrix, y, by replacing each element y[i] with Round(y[i]). | |
Sign | Modifies a ComplexMatrix, y, by replacing each element y[i] with Sign(y[i]). | |
Sin | Modifies a ComplexMatrix, y, by replacing each element y[i] with Sin(y[i]). | |
Sinh | Modifies a ComplexMatrix, y, by replacing each element y[i] with Sinh(y[i]). | |
Sqrt | Modifies a ComplexMatrix, y, by replacing each element y[i] with Sqrt(y[i]). | |
Squeeze | Removes unitary dimensions from MatrixBase instances with greater than two dimensions. (Inherited from Infragistics.Math.MatrixBase) | |
Subtract | Overloaded. Modifies a ComplexMatrix, y, by replacing each element y[i] with y[i] - x[i]. | |
Tan | Modifies a ComplexMatrix, y, by replacing each element y[i] with Tan(y[i]). | |
Tanh | Modifies a ComplexMatrix, y, by replacing each element y[i] with Tanh(y[i]). | |
ToString | Returns the string representation of a ComplexMatrix. |