For a list of all members of this type, see Matrix members.
Name | Description | |
---|---|---|
Abs | Modifies a Matrix, y, by replacing each element y[i] with Abs(y[i]). | |
Acos | Modifies a Matrix, y, by replacing each element y[i] with Acos(y[i]). | |
Add | Overloaded. Modifies the Matrix, y, by replacing each element y[i] with y[i] + x[i]. | |
Arg | Modifies a Matrix, y, by replacing each element y[i] with Arg(y[i]). | |
Asin | Modifies a Matrix, y, by replacing each element y[i] with Asin(y[i]). | |
Atan | Modifies a Matrix, y, by replacing each element y[i] with Atan(y[i]). | |
Bin | Overloaded. Modifies the Matrix by replacing its element with a bin number. | |
Ceiling | Modifies a Matrix, y, by replacing each element y[i] with Ceiling(y[i]). | |
Clone | Returns a copy of the Matrix instance. | |
CompareTo | Overloaded. Modifies the Matrix, y, by replacing each element y[i] with CompareTo(y[i],x[i]). | |
CopyTo | Overloaded. Overridden. Copies the base Matrix to an array starting at a particular index. | |
Cos | Modifies a Matrix, y, by replacing each element y[i] with Cos(y[i]). | |
Cosh | Modifies a Matrix, y, by replacing each element y[i] with Cosh(y[i]). | |
CumProduct | Modifies a Matrix, y, by replacing each element y[i1,..,iN,..,iM] with y[i1,..,0,..,iM]*...*y[i1,..,iN,..,iM]. | |
CumSum | Modifies a Matrix, y, by replacing each element y[i1,..,iN,..,iM] with y[i1,..,0,..,iM]+...+y[i1,..,iN,..,iM]. | |
Divide | Overloaded. Modifies a Matrix, y, by replacing each element y[i] with y[i] / x[i]. | |
Equals | Compares the Matrix with x for equality. | |
Exp | Modifies a Matrix, y, by replacing each element y[i] with Exp(y[i]). | |
Floor | Modifies a Matrix, y, by replacing each element y[i] with Floor(y[i]). | |
GetEnumerator | Overridden. Returns an enumerator for the Matrix. | |
GetHashCode | Returns hash code for the Matrix. | |
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 Matrix, y, by replacing each element y[i] with Log(y[i]). | |
Log10 | Modifies a Matrix, y, by replacing each element y[i] with Log10(y[i]). | |
Log2 | Modifies a Matrix, y, by replacing each element y[i] with Log2(y[i]). | |
Mod | Overloaded. Modifies a Matrix, y, by replacing each element y[i] with y[i] % x[i]. | |
Multiply | Overloaded. Modifies a Matrix, y, by replacing each element y[i] with y[i] * x[i]. | |
Pow | Overloaded. Modifies the Matrix, y, by replacing each element y[i] with Pow(y[i],x[i]). | |
Round | Modifies a Matrix, y, by replacing each element y[i] with Round(y[i]). | |
Sign | Modifies a Matrix, y, by replacing each element y[i] with Sign(y[i]). | |
Sin | Modifies a Matrix, y, by replacing each element y[i] with Sin(y[i]). | |
Sinh | Modifies a Matrix, y, by replacing each element y[i] with Sinh(y[i]). | |
Sqrt | Modifies a Matrix, 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 Matrix, y, by replacing each element y[i] with y[i] - x[i]. | |
Tan | Modifies a Matrix, y, by replacing each element y[i] with Tan(y[i]). | |
Tanh | Modifies a Matrix, y, by replacing each element y[i] with Tanh(y[i]). | |
ToString | Returns the string representation of a Matrix. |