| Name | Description |
|---|
| Abs (3) | Returns the abs of elements in the source data. |
| Add (4) | Compute X + Y + Z |
| AddAndMul (26) | Compute (X + Y)*Z |
| AddScaled (10) | Compute X + Y + Z*zScale |
| AddScaledC (4) | Compute X + Y*yScale + zScalar |
| AddScaledSqr (4) | Compute sqr(X + Y*yScale) |
| Concat | Concatenates an array of TVecInt (VectorInt) objects and returns a combined array. |
| Convert | Copy each of Vec elements to the calling object. |
| CumSum | Calculate the cumulative sum for all Vec elements. |
| Diag | Copies the k-th diagonal from the TMtxInt object. |
| Difference | Calculate the difference for all Vec elements. |
| Distinct | Returns distinct values from Src. |
| DivAndAdd (12) | Compute X/Y + Z |
| DivAndSub (12) | Compute X/Y - Z |
| Divide (4) | Compute X / (Y*Z) |
| DivideC (2) | Compute X / (Y*zScale) |
| FindAndSplit (3) | Finds the masks for a vector and splits it. |
| FindIndexes (5) | Fills the resulting vector with indexes, where the logical expression is true. |
| FindMask (5) | Finds and returns a vector mask. |
| GatherByIncr | Gathers elements from X starting at Offset and with Increment in to the result. |
| GatherByIndex | Gathers elements from X specified by indices stored in Indexes in to the result. |
| GatherByMask | Gathers elements from X specified by non-zero values stored in the Mask in to the result. |
| GetCol | Copies a column from matrix. |
| GetRow | Copies a row from matrix. |
| Mag (2) | Compute magnitude from the source. |
| Max | Returns the maximum of the source data. |
| MaxCols | Compute maximum of each column. |
| MaxEvery | Compare all Vec1 elements with corresponding Vec2 elements and return bigger value as result. |
| MaxRows | Compute maximum of each row. |
| Mean | Returns the average value of the source data. |
| Median (2) | Computes the Median from the source data. |
| Min | Returns the minimum of the source data. |
| MinCols | Compute minimum of each column. |
| MinEvery | Compare all Vec1 elements with corresponding Vec2 elements and return the smaller value as the result. |
| MinRows | Compute minimum of each row. |
| Mul (4) | Compute X*Y*Z |
| MulAndAdd (14) | Compute X*Y + Z |
| MulAndDiv (6) | Compute X * Y / Z |
| MulAndSub (14) | Compute X*Y - Z |
| Ramp (2) | Returns a VectorInt of [0, 1, .., Len-1] numbers. |
| RandomRamp | Fills the resulting vector elements with linear rule and randomly shuffles the indexes. |
| RandomShuffle | Randomly shuffles the content of the vector. |
| Reverse | Reverses the content of the source data. |
| Rotate | Rotates the content of the source data by Offset. |
| ScatterByMask | Scatters Src elements defined with the Mask to the calling object. |
| Select (2) | Subrange the source MatrixInt without copy operation. |
| Shift | Shifts the content of the source data X by Offset left or right. |
| SortAscend (4) | Sort in ascending order all Rows. |
| SortDescend (4) | Sort in descending order all Rows from Src. |
| SqrAddScaled (4) | Compute sqr(X) + sqr(Y)*yScale |
| StringsToValues (4) | Converts a list of strings to VectorInt. |
| Sub (4) | Compute X - Y - Z |
| SubAndMul (26) | Compute (X - Y)*Z |
| SubScaled (6) | Compute X - Y - Z*zScale |
| SubScaledC (4) | Compute X - Y*yScale - zScalar |
| Sum | Returns the sum of elements in the source data. |
| ThreshAbsGT | Perform threshold operation on all Src object values. |
| ThreshAbsLT | Perform threshold operation on all Src object values. |
| ThreshBottom | Perform threshold operation on all Src object values. |
| ThresholdGT_LT | Perform "greater than and less than" threshold operation on all Vec object values. |
| ThreshTop | Perform threshold operation on all Src object values. |