You are here: Symbol Reference > MtxExprInt Namespace > Functions
MtxVec VCL
ContentsIndex
PreviousUpNext
Functions

The following table lists functions in this documentation.

 
Name 
Description 
 
Abs 
Returns the abs of elements in the source data.  
 
Abs 
Returns the abs of elements in the source data.  
 
Mag 
Compute magnitude from the source.  
 
Mag 
Compute magnitude from the source.  
 
Max 
Returns the maximum of the source data.  
 
Compute maximum of each column. 
 
Compute maximum of each row. 
 
Mean 
Returns the average value of the source data.  
 
Computes the Median from the source data.  
 
Min 
Returns the minimum of the source data.  
 
Compute minimum of each column. 
 
Compute minimum of each row. 
 
Ramp 
Returns a VectorInt of [0, 1, .., Len-1] numbers.  
 
Ramp 
Returns a VectorInt of [Offset, Offset+Step, .., Offset+(Len-1)*Step] numbers.  
 
Reverses the content of the source data.  
 
Rotates the content of the source data by Offset.  
 
Subrange the source MatrixInt without copy operation.  
 
Subrange the source VectorInt without copy operation.  
 
Shifts the content of the source data X by Offset left or right.  
 
Sort in ascending order all Rows.  
 
Sort in ascending order all Rows from Src according to column Col.  
 
Sorts the source data ascendingly.  
 
Sorts the source data ascendingly.  
 
Sort in descending order all Rows from Src.  
 
Sort in descending order all Rows from Src according to column Col.  
 
Sorts the source data descendingly.  
 
Sorts the source data descendingly.  
 
Converts a list of strings to VectorInt.  
 
Converts a list of strings to MatrixInt.  
 
Converts a list of strings to VectorInt.  
 
Converts a list of strings to MatrixInt.  
 
Sum 
Returns the sum of elements in the source data.  
Copyright (c) 1999-2025 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!