namespace Dew::Math::Units::MtxVec
Functions
| Name | Description |
|---|---|
| ClusteredKNN (2) | Exact brute-force K-NN without multi-threading. |
| ColumnCount (2) | |
| CreateIt (9) | Obtains an object from the object cache. |
| DismissIt (56) | Free arrays allocated with a call to Enlist. |
| DoForLoop (2) | Call this function to initiate threaded for-loop. |
| DoWhileLoop | Call this function to initiate threaded while-loop. |
| EigVecExpand | |
| Enlist (28) | Dereferences a pointer to TMtxVec memory. |
| EnlistIt (24) | Dereferences a pointer to TMtxVec memory. |
| Equal (2) | |
| Find (2) | |
| FindIndexes (3) | |
| FreeIt (8) | Releases objects back to the object cache. |
| Kurtosis | Vector kurtosis. |
| Max | |
| Maxc | Returns the maximum of the source data. |
| Mean (2) | Vector mean. |
| Meanc | Returns the average value of the source data. |
| Median (2) | Computes the Median from the source data. |
| Min | Vector sum. |
| Minc | Returns the minimum of the source data. |
| MtxTypeToString | |
| MtxVecPrint (6) | |
| Norm1 | Matrix Norm-1. |
| NormC (2) | Vector C-Norm. |
| NormInf | Matrix infinite norm. |
| NormL1 (2) | Vector Norm-L1. |
| NormL2 (2) | Vector L2-Norm. |
| PrecisionToStr | |
| Prime | Is number a prime number? |
| Product | Returns the product of all elements in the source data. |
| Productc | Returns the product of all elements in the source data. |
| RMS (2) | Vector Root Mean square. |
| SetMtxSize | |
| SetVecSize | |
| ShowMessageBox | |
| SizeOfPrecision | |
| Skewness | Vector skewness |
| StdDev (3) | Compute the standard deviation from the source data. |
| Sum | Returns the sum of elements in the source data. |
| Sumc | Returns the sum of elements in the source data. |
| SumOfSquares | Returns the sum of squares of the source data. |
| TestNil (4) | Raises exception if PAPointer is nil. |
| Trace | Matrix trace. |
Variables
| Name | Type | Description |
|---|---|---|
| Controller | TMtxVecController * | MtxVec object cache controller. |
| MtxVecAssignCopyData | bool | Controls how the TVec/TMtx assign operation works. |
| Report | TMtxVecReport * | MtxVec reporting object. |