| Name | Description |
|---|
| Abs (4) | Absolute values. |
| Add (18) | Adds complex Value to all calling object complex elements. |
| AddAndMul (50) | Compute (X + yScalar)*zScalar |
| AddDiag | Adds (main) diagonal matrix to the calling matrix. |
| AddProduct (2) | Add a product of two vectors. |
| AddScaled (25) | Add each of Vec elements to corresponding elements in the calling object. |
| AddScaledC (8) | Compute X*xScale + Y*yScale + zScalar |
| AddScaledSqr (8) | Compute sqr(X*xScale + Y*yScale) |
| AddTensorProd | Calculates the tensor product of two vectors and adds the result to calling matrix. |
| Adjung (2) | Adjungate matrix. |
| ArcCos (4) | The inverse cosine. |
| ArcCosh (4) | Inverse hyperbolic cosine. |
| ArcCot (4) | Inverse cotangens. |
| ArcCoth (4) | Inverse hyperbolic cotangens. |
| ArcCsc (4) | Inverse cosecant. |
| ArcCsch (4) | Inverse hyperbolic cosecant. |
| ArcSec (4) | Inverse secant. |
| ArcSech (4) | Inverse hyperbolic secant. |
| ArcSin (4) | The inverse sine. |
| ArcSinh (4) | Inverse hyperbolic sine. |
| ArcTan (4) | Inverse tangens. |
| ArcTan2 (2) | Inverse tangens of Y/X. |
| ArcTanh (4) | Inverse hyperbolic tangens. |
| Assign | |
| BandedToDense | Convert banded matrix to dense. |
| BinarySearch (2) | Finds a match for X in sorted object values using binary search. |
| BlockFinish | Deinitializes block processing before the final block is processed. |
| BlockInit (3) | Initializes block processing. |
| BlockNext | Obtains the next subrange of the data. |
| BlockSubRangeLevel | Returns the current subrange stack level used by block processing functions. |
| CartToPolar (2) | Converts elements from cartesian to polar coordinate form. |
| Cbrt (4) | The cube root. |
| CDataIndex | Returns an index pointing to element at Index for TCplx data. |
| Ceil (4) | Rounds towards positive infinity. |
| Cholesky | Test if the matrix is semi positive definite. |
| Clear | Sets vector size to zero. |
| ColExchange | Exchange matrix columns. |
| ColPermute | Permute the columns of the Src matrix. |
| Concat | Concatenate an array of matrices to single matrix. |
| ConcatHorz (2) | Concenates an array of matrices horizontally. |
| ConcatVert (2) | Concenates an array of matrices vertically. |
| CondDisable | Saves the current value of ConditionCheck property and sets it to false. |
| CondEnable | Sets the ConditionCheck property to whatever it was before the CondDisable was used. |
| Conj (4) | Conjugate. |
| ConjMul (4) | Conjugate and multiply. |
| Copy (6) | Copy the Mtx elements [MtxRow,MtxCol]..[MtxRow+NrRows-1,MtxCol+NrCols-1] to the calling matrix elements [Row,Col],,[Row+NrRows-1,Col+NrCols-1]. |
| CopyFromArray (16) | Sizes the matrix to match the size of the 2D array and copies all the values. |
| CopyTo (5) | Copy and if needed convert values to Dst, but keep Dst.FloatPrecision. |
| CopyToArray (16) | Copies all matrix values to a 2D array. |
| CopyVec (2) | Copies values from vector to a matrix. |
| Cos (4) | Cosine. |
| Cosh (4) | Hyperbolic cosine. |
| Cot (4) | Cotangens. |
| Coth (4) | Hyperbolic cotangens. |
| CplxToReal (2) | Split complex calling object in real and imaginary part. |
| CreateFromCache | Obtain a pointer to a matrix from object cache. |
| Csc (4) | Cosecant. |
| Csch (4) | Hyperbolic cosecant. |
| ctor | Create a new TMtx object. |
| CumProduct (2) | Calculate the cumulative product for all Vec elements. |
| CumSum (4) | Cumulative sum for each of the matrix columns. |
| DCT | The forward discrete cosine transform (DCT). |
| DegToRad (4) | DegToRad converts degrees to radians. |
| DenseToBanded | Convert dense matrix to banded. |
| DetectMtxType | Determines type of the matrix. |
| Determinant (2) | Calculates the determinant of squared complex matrix. |
| Diag | Sets the matrix diagonal to values from the vector. |
| Difference | Difference. |
| DisableSelect | Prevents calls to Dew.Math.TMtxVecBase.Select. |
| DisableSubrange | Prevents calls to Dew.Math.TMtxVecBase.SetSubRange. |
| Disown (2) | Disowns a pointer to an array from calling matrix Values1D. |
| DivAndAdd (22) | Compute X/Y + zScalar |
| DivAndSub (22) | Compute X/Y - zScalar |
| Divide (14) | Compute xScalar / (Y*Z) |
| DivideBy (8) | Divide complex Value with elements of the calling object. |
| DivideC (4) | Compute X / (Y*zScale) |
| DivideVec (3) | Same as the Dew.Math.TDenseMtxVec.Divide method. |
| DotProd (2) | Scalar product of two real arrays. |
| DotProdc (4) | Scalar product of two complex arrays. |
| DownSample | Downsamples object values. |
| Eig (4) | Calculate the calling matrix eigenvalues and eigenvectors. |
| EigGen (2) | Computes generalized eigenvalues and eigenvectors of a non-symmetric matrix. |
| EigSchure (2) | Computes eigenvalues and optionally Schure matrix |
| EigSchureGen | Computes generalized eigenvalues and Schur vectors of a non-symmetric matrix. |
| EigSym (3) | Computes all eigenvalues of a symmetric (Hermitian) matrix between min and max Index. |
| EigSymGen (3) | Computes all the eigenvalues, and optionally, the eigenvectors of a generalized symmetric-definite eigenproblem. |
| EigSymRange (2) | Computes eigenvalues and eigenvectors of a symmetric (Hermitian) matrix between min and max index. |
| EnableSelect | Enables calls to Dew.Math.TMtxVecBase.Select. |
| EnableSubrange | Enables calls to Dew.Math.TMtxVecBase.SetSubRange. |
| Equal (2) | Compares two matrices. |
| Erf (4) | Error functon of values. |
| Erfc (4) | Complementary error functon of values. |
| ErfcInv (4) | Calculates the inverse complementary error function for all calling object elements in-place. |
| ErfInv (4) | Inverse error functon of values. |
| Exp (4) | Exponent (e^). |
| Exp10 (4) | Exponent base 10 (10^). |
| Exp2 (4) | Exponent base 2 (2^). |
| Expj (3) | A complex exponential e^(j*Omega)). |
| ExtendToComplex (3) | Extend Vec object to complex calling object. |
| Eye | Constructs an eye matrix. |
| FFT | Fast Furier Transformation (FFT) from complex to complex or from real to complex. |
| FFT1D (2) | Forward parallel in-place 1D FFT. |
| FFT1DFromReal (2) | Forward parallel in-place 1D FFT from real to complex. |
| FFT2D (2) | Forward two-dimensional Fast Fourier Transformation from real/complex to complex. |
| FFT2DFromReal (2) | Forward two-dimentional Fast Fourier Transformation for real numbers. |
| FFTFromReal | The forward Fast Fourier Transformation (FFT) from real to complex. |
| Filter2D (3) | Applies 2D filtering. |
| Find (2) | Compare complex value X with all calling object elements. |
| FixAngle (4) | Sets angle in [-2PI,2PI]. |
| Flip (4) | Flips the real and imaginary part of complex numbers. |
| FlipConj (4) | Flips the real and imaginary part of complex numbers and conjugates the complex numbers. |
| FlipHor (2) | Flips the matrix elements horizontally. |
| FlipVer (2) | Flips the matrix elements vertically |
| Floor (4) | Rounds towards negative infinity. |
| Frac (4) | Fractional part of values. |
| FreeToCache | Frees the object. |
| GetObjectToByteArray | Copies object to an array of bytes. |
| GetSchema | Returns null. |
| GLMSolve | Solves a general Gauss-Markov linear model (GLM) problem. |
| Hankel | Constructs a Hankel matrix. |
| IDCT | The inverse discrete cosine transform (DCT). |
| IFFT | The inverse FFT from complex to complex. |
| IFFT1D (2) | Inverse parallel not in-place 1D FFT. |
| IFFT1DToReal (2) | Inverse parallel not in-place 1D complex to real FFT. |
| IFFT2D (2) | Inverse two-dimentional Fast Fourier Transformation from complex to complex. |
| IFFT2DToReal (2) | Inverse two-dimensional Fast Fourier Transformation from complex to real. |
| IFFTToReal | The inverse FFT from complex to real. |
| ImagPart (2) | Gets the imaginary part of a complex object. |
| IndexOf | Returns the 1D index in to the matrix. |
| IntPower (2) | Calculate the power Base^(Exponent) for all Base object elements. |
| Inv (9) | Calculates matrix inverse (Mtx^-1). |
| InvCbrt (4) | The inverse of cube root 1/(v)^1/3. |
| InvElem (3) | The inverse of matrix elements. |
| InvSqrt (4) | The inverse of square root 1/(v)^1/2. |
| IsEqual (8) | Compares complex Value with all calling object elements. |
| IsPinned | Returns true of the working memory is pinned. |
| Kac | Construct the Kac (Clement) matrix. |
| Kron (2) | The Kronecker product between two matrices. |
| Kurtosis (2) | The Kurtosis (fourth central momentum). |
| Ln (4) | Natural logarithm. |
| LoadFromFile | Reads the header information and the values array content from the file. |
| LoadFromStream | Save component to the .NET framework Stream. |
| Log10 (4) | Log base 10. |
| Log2 (4) | Log base 2. |
| LogN (4) | Log base N. |
| LowerTriangle | Constructs lower triangular matrix. |
| LQR (2) | QR or LQ factorization. |
| LQRSolve (4) | Solve overdetermined or underdetermined system of real linear equations. |
| LSESolve | Solves the linear equality-constrained least squares (LSE). |
| LU | LU, Cholesky or Bunch-Kaufmann factorization. |
| LUSolve (5) | Matrix version of LUSolve. Perfroms a LUSolve for each B and X matrices columns in single pass. |
| Mag (4) | Magnitude. |
| Mask (3) | Assigns Value at indexes of the calling object, at which aMask is different from 0. |
| MaskNot (3) | Assigns Value at indexes of the calling object, at which aMask is equal to 0. |
| Max (6) | Maximum value. |
| Maxc (3) | Maximum value. |
| MaxCols | Compute maximum of each column. |
| MaxEvery (4) | Vectorised maximum. |
| MaxMin (4) | Maximum and minimum value in a single pass. |
| MaxMinCols | Compute maximum and minimum of each column. |
| MaxMinRows | Compute maximum and minimum of each row. |
| MaxRows | Compute maximum of each row. |
| Mean (5) | Mean value. |
| MeanAndStdDev (2) | Returns the standard deviation of all calling object elements. |
| Meanc (4) | Mean value. |
| MeanCols | Calculates the mean value of each of the matrix columns. |
| MeanRows | Calculates the mean value of each of the matrix rows. |
| Median (2) | Median. |
| Min (6) | Minimum value. |
| Minc (3) | Minimum value. |
| MinCols | Compute minimum of each column. |
| MinEvery (4) | Vectorised minimum. |
| MinRows | Compute minimum of each row. |
| MtxFunction | Compute matrix function as a function of another matrix. |
| MtxIntPower | Calculates the matrix to integer power. |
| MtxPower (2) | Calculate the matrix to complex power Exponent. |
| MtxSqrt | Calculates the square root of the matrix. |
| Mul (23) | Matrix multiplication. |
| MulAndAdd (26) | Compute (X*yScalar) + zScalar |
| MulAndDiv (10) | Compute X * Y / zScalar |
| MulAndSub (26) | Compute X*yScalar - Z*zScale |
| MulArray (2) | Multiplies multiple matrices. |
| MulDiagLeft (2) | Multiply matrix with diagonal matrix from the left. |
| MulDiagRight (2) | Multiply matrix with diagonal matrix from the right. |
| MulElem (5) | Matrix element-wise multiplication. |
| MulI (4) | Multiply elements by imaginary unit I. |
| MulSmall (2) | Small matrix multiply. Performs arbitrary small matrix multiplication. |
| MulSmallInit (2) | Initializes small matrix multiply according to lapacks dgemm api standard. |
| Norm1 | Calculates the matrix norm-1. |
| Normalize (12) | Normalize by subtracting a complex constant SubOffset from Vec elements and dividing the result by complex constant DivFactor. |
| NormC (4) | Calculate the C-norm of calling vector. |
| NormFro | Calculates the matrix Frobenius norm. |
| NormInf | Calculates the matrix infinity norm. |
| NormL1 (4) | Calculate the L1-norm of the calling vector. |
| NormL2 (4) | Calculate the L2-norm of the calling vector. |
| Offset (4) | Add/Subtract a complex value. |
| Parse | Parses string content as vector. |
| Pascl | Constructs a Pascal matrix. |
| PCValues | Returns a pointer to the double precision complex value stored at Row and Col. |
| PCValues1D | Obtaines a pointer to the complex value of the vector at Index. |
| PhaseSpectrum (2) | The phase angles (spectrum) of object elements. |
| Pin | Pin down internal data structures for GC. |
| PixelDownSample | Creates a reduced size dense matrix for screen display (bitmap) to show the matrix pattern. |
| PixelResample | Allows to exactly specify the size of the destination matrix with PixelsHeight and PixelsWidth parameters. |
| PolarToCart (2) | Converts the polar magnitude/phase pairs to cartesian pairs. |
| Power (7) | Raises all calling vector elements to complex power Exponent in-place. |
| PowerMtx | Raises matrix elements to any power. |
| PowerSpectrum (2) | The power spectrum from object complex values. |
| PowerVec | Raises Base object elements to Exponent object elements power. |
| PrecisionEPS | Returns machine constant depending on value of FloatPrecision property. |
| PrecisionMaxValue | Returns maximum floating point number depending on the value of FloatPrecision property. |
| PrecisionMinValue | Minimum floating point number. |
| PrecisionSqrtEPS | Sqrt(EPS) machine constant depending on value of FloatPrecision property. |
| Product (6) | Elements product. |
| Productc (2) | Elements product. |
| PSCValues | Returns a pointer to the single precision complex value stored at Row and Col. |
| PSCValues1D | Obtaines a pointer to the complex value of the vector at Index. |
| PSValues | Returns a pointer to the single value stored at Row and Col. |
| PSValues1D | Obtains a pointer to the real value of the vector at Index. |
| PValues | Returns a pointer to the double value stored at Row and Col. |
| PValues1D | Obtains a pointer to the real value of the vector at Index. |
| RadToDeg (4) | RadToDeg converts radians to degrees. |
| RandGauss (3) | The pseudo random sample generator with Gaussian distribution. |
| RandomShuffle | Randomly shuffles the content of the vector. |
| RandUniform (3) | The pseudo random sample generator with continuous uniform distribution. |
| Range (3) | Calculate the range from all calling object elements. |
| ReadHeader | Reads the header information from a stream to object. |
| ReadValues | Read values content from stream to object. |
| ReadXml | Read the object from the .NET XML stream. |
| RealPart (2) | Gets real part of complex object values. |
| RealToCplx (2) | Constructs a complex object from two real objects. |
| Rem (4) | The Reminder after division X/Y. |
| Replace (4) | Search and replace a complex value. |
| ReplaceNAN (2) | Replaces all NAN values with Value. |
| Reset | Resets object properties to default values. |
| Resize (2) | Performs resize of the calling matrix to NewRows and NewCols. |
| ResizeAndTranspose | Resize and transpose. |
| Reverse (2) | Reverse vector elements. |
| RMS (2) | Root mean square (RMS). |
| Rotate (2) | A cyclic shift on vector elements in range. |
| Rotate90 (2) | Rotates matrix rows 90 degrees clockwise. |
| Round (5) | Elements rounded to the nearest whole number. |
| RowExchange | Exchanges two matrix rows. |
| RowPermute | Permute the rows of the Src matrix. |
| SaveToFile | Write object header and values to a file. |
| SaveToMatrixMarketFile | Saves matrix data to MatrixMarket ASCII file format. |
| SaveToStream | Load the component from the .NET framework Stream. |
| Scale (4) | Multiply all calling object elements with a complex Value in-place. |
| ScaleCols (2) | Scale all Mtx matrix columns with values from Src. |
| ScaleRows (2) | Scale all Mtx matrix rows with values from Src. |
| Scatter | Scatter object elements. |
| ScatterByIncr | Scatters Src elements starting at Offset and with Increment to the calling object. |
| ScatterByIndexes | Scatters Src elements defined with indices stored in Indexes to the calling object. |
| ScatterByMask | Scatters Src elements defined with the Mask to the calling object. |
| SDataIndex | Returns an index pointing to element at Index for double data. |
| Sec (4) | Secant. |
| Sech (4) | Hyperbolic secant. |
| Select (2) | Resets the selection. |
| SelectAll | Resets any defined selection. |
| SetCol (2) | Copies values from vector to matrix column. |
| SetCplx | Sets object complex values. |
| SetDouble | Sets object values (double). |
| SetFullRange | Resets subrange defined with SetSubRange. |
| SetFullRangeLevel | Pops the current subrange stack one level up. |
| SetInteger | Sets object values (integer). |
| SetIt (3) | Sets matrix values. |
| SetObjectFromByteArray | Reads the properties of the object from the array of bytes. |
| SetRow (2) | Copies values from vector to matrix row. |
| SetSingle | Sets object values (single). |
| SetSubIndex | Defines a subarray. |
| SetSubRange (4) | Sets the subarray size to full size. |
| SetSubRangeLevel (2) | Defines a sub vector/matrix of Src and pushes any previous subranges on to a stack. |
| SetVal (6) | Sets the calling matrix elements [Row,Col]..[ToRow,ToCol] to complex value Value. |
| SetZero (3) | Initializes matrix values to zero. |
| Sgn (4) | Computes signum function of calling object elements. |
| SgnMul | Signum. |
| Shift (2) | A shift on vector elements in range. |
| Sign (4) | Changes elements sign. |
| Sin (4) | Sine function. |
| SinCos (2) | Sine and cosine. |
| Sinh (4) | Hyperbolic sine. |
| SinhCosh (2) | Hyperbolic sine and cosine. |
| Size (8) | Sets the size of matrix. |
| SizeFromArray (2) | Sizes the calling matrix to match the size of the array. |
| SizeToArray (10) | Sizes the Dst array to match the matrix. |
| Skewness (2) | Skewness (third central momentum). |
| SortAscend (2) | Sorts the elements in a matrix row(s) in ascending order. |
| SortDescend (2) | Sorts the elements in a matrix row(s) in descending order. |
| Split | Splits matrix in blocks. |
| Sqr (4) | Square. |
| SqrAddScaled (8) | Compute sqr(X)*xScale + sqr(Y)*yScale |
| SqrElem (2) | Depreciated. |
| Sqrt (4) | Square root. |
| SqrtElem (2) | Depreciated. |
| StdDev (6) | Standard deviation. |
| StdDevCols | Standard deviation for matrix columns. |
| StdDevRows | Standard deviation for matrix rows. |
| StringsToValues (3) | Convert strings to double (TCplx) and store them in the Values array. |
| Sub (18) | Subtracts complex Value from all calling object complex elements. |
| SubAndMul (50) | Compute (X - yScalar)*zScalar |
| SubFrom (8) | Subtract each of calling object elements from complex Value. |
| SubRangeLevel | Returns the current subrange stack level. |
| SubScaled (12) | Compute X*xScale - Y*yScale - Z*zScale |
| SubScaledC (8) | Compute X*xScale - Y*yScale - zScalar |
| Sum (5) | Sums vector values. |
| Sumc (2) | Sum (complex value). |
| SumCols | Calculates the sum of each of the calling matrix columns. |
| SumOfSquares (2) | Calculate the Sum of squares of the calling vector. |
| SumRows | Calculates the sum of each of the calling matrix rows. |
| SVD (2) | Matrix version of SVD. Performs a SVD for each U and V matrices columns in single pass. |
| SVDGen | Computes generalized singular value decomposition. |
| SVDSolve (2) | Matrix version of SVDSolve. Performs a SVDSolve for each U and V matrices columns in single pass. |
| Sylvester | Solves the Sylvester equation. |
| Tan (4) | Tangens. |
| Tanh (4) | Hyperbolic tangens. |
| TensorProd | Calculates the tensor product of two vectors. |
| ThreshAbsGT (4) | Perform threshold operation on all Src object values. |
| ThreshAbsLT (4) | Perform threshold operation on all Src object values. |
| ThreshBottom (4) | Perform threshold operation on all Src object values. |
| ThresholdGT (8) | Perform "greater than" threshold operation for complex numbers on all Vec object values. |
| ThresholdGT_LT (4) | Perform "greater than and less than" threshold operation on all Vec object values. |
| ThresholdLT (8) | Perform "less than" threshold operation for complex numbers on all Vec object values. |
| ThreshTop (4) | Perform threshold operation on all Src object values. |
| Toeplitz (2) | Constructs a Toeplitz matrix. |
| ToString | Returns content as a string. |
| Trace | Matrix trace. |
| Transp (2) | Transposes matrix. |
| Trunc (5) | Rounds a real number towards zero. |
| TruncAndFrac (2) | Rounds a real number towards zero and returns the fractional part. |
| UnPin | Unpin internal data structures for GC. |
| UpperTriangle | Constructs upper triangular matrix. |
| UpSample | Inserts zeroes between consecutive array values. |
| ValuesToStrings (2) | Convert calling matrix elements, starting with [Row,Col] until [row + RowCount, col + ColCount] converting Len elements to strings. |
| ValuesToText (2) | Converts [Row, Col] to [Row+RowCount, Col+ColCount] matrix elements to string. |
| VanderMonde | Construct VanderMonde matrix. |
| WriteHeader | Writes the header information for the calling vector to a stream. |
| WriteValues | Writes the header information for the calling vector to a stream. |
| WriteXml | Write the object to the .NET XML stream. |
| ZScore | Transforms matrix into matrix of standardized data. |