Summary
Base class for TVec and TMtx objects.
Unit
AbstractMtxVec
Hierarchy
TMtxVec <--TDenseMtxVec
Direct subclasses
TMtx, TVec
Properties
Methods
| Name | Summary |
|---|
| Add | Adds Value to object elements. |
| AddProduct | Add a product of two vectors. |
| AddScaled | |
| ConjMul | Conjugate and multiply. |
| CumSum | Cumulative sum. |
| DCT | The forward discrete cosine transform (DCT). |
| Difference | Difference. |
| Divide | Vector division. |
| DivideBy | |
| DivideVec | Same as the Divide method. |
| DotProd | Scalar product of two real arrays. |
| DotProdc | Scalar product of two complex arrays. |
| DownSample | Downsamples object values. |
| FFT | Fast Furier Transformation (FFT) from complex to complex or from real to complex. |
| FFTFromReal | The forward Fast Fourier Transformation (FFT) from real to complex. |
| IDCT | The inverse discrete cosine transform (DCT). |
| IFFT | The inverse FFT from complex to complex. |
| IFFTToReal | The inverse FFT from complex to real. |
| Kurtosis | The Kurtosis (fourth central momentum). |
| Max | Maximum value. |
| Maxc | Maximum value. |
| MaxMin | Maximum and minimum value in a single pass. |
| Mean | Mean value. |
| Meanc | Mean value. |
| Median | Median. |
| Min | Minimum value. |
| Minc | Minimum value. |
| Mul | Vector multiplication. |
| NormC | The C-norm. |
| NormL1 | The L1-norm. |
| NormL2 | The L2-norm. |
| Offset | Add/Subtract a value. |
| Range | |
| Reverse | Reverse vector elements. |
| Rotate | A cyclic shift on vector elements in range. |
| Shift | A shift on vector elements in range. |
| Skewness | Skewness (third central momentum). |
| Sub | Array subtraction. |
| SubFrom | Subtraction from value. |
| SumOfSquares | |
| UpSample | Inserts zeroes between consecutive array values. |
| Copyright 2008 Dew Research |
http://www.dewresearch.com