ClMtxExpr Class

public class ClMtxExpr

Methods

NameDescription
Abs (3)Compute the Abs function from the source and return the result.
AddProduct (2)Computes X + Y*Z
AddScaled (4)Computes X + Y*Ascale
ArcCos (3)Compute the ArcCos function from the source and return the result.
ArcCosh (3)Compute the ArcCosh function from the source and return the result.
ArcCot (3)Compute the ArcCot function from the source and return the result.
ArcCoth (3)Compute the ArcCoth function from the source and return the result.
ArcCsc (3)Compute the ArcCsc function from the source and return the result.
ArcCsch (3)Compute the ArcCsch function from the source and return the result.
ArcSec (3)Compute the ArcSec function from the source and return the result.
ArcSech (3)Compute the ArcSech function from the source and return the result.
ArcSin (3)Compute the ArcSin function from the source and return the result.
ArcSinh (3)Compute the ArcSinh function from the source and return the result.
ArcTan (3)Compute the ArcTan function from the source and return the result.
ArcTan2 (3)Compute the ArcTan2 function from X and Y and return the result.
ArcTanh (3)Compute the ArcTanh function from the source and return the result.
Cbrt (3)Compute the Cbrt function from the source and return the result.
Ceil (3)Compute the Ceil function from the source and return the result.
Conj (3)Return complex conjugate of the source.
ConjMul (2)Conjugate Y and multiply with X
Cos (3)Compute the cos function from the source and return the result.
Cosh (3)Compute the Cosh function from the source and return the result.
Cot (3)Compute the Cot function from the source and return the result.
Coth (3)Compute the Coth function from the source and return the result.
Csc (3)Compute the Csc function from the source and return the result.
Csch (3)Compute the Csch function from the source and return the result.
DifferenceReturns the difference of consecutive elements of the source data.
DotProdReturns the dot product: sum(X*Y).
DotProdcReturns the dot product: sum(X*Y).
DownSample (2)Reduces the sampling frequency without filtering.
Exp (3)Compute the Exp function from the source and return the result.
Exp10 (3)Compute the Exp10 function from the source and return the result.
Exp2 (3)Compute the Exp2 function from the source and return the result.
Expj (3)Computes the e^xj function from the source.
ExtendToComplex (2)Extend the source to complex numbers.
FixAngle (3)Make the angle fit within +/- PI.
Flip (3)Exchange the real and imaginary parts of complex numbers.
FlipConj (3)Exchange the real and imaginary parts of complex numbers and conjugate.
Floor (3)Compute the floor function from the source.
Frac (3)Return the fractional part of a real number in the source.
Imag (3)Returns the imaginary part of the source.
ImagPart (3)Returns the imaginary part of the source.
IntPower (3)Compute the integer power function.
Inv (3)Compute 1/X.
InvCbrt (3)Compute (1/X)^2.
InvSqrt (3)Compute (1/X)^2.
Ln (3)Compute the Ln function from the source and return the result.
Log10 (3)Compute the Log10 function from the source and return the result.
Log2 (3)Compute the Log2 function from the source and return the result.
LogN (3)Compute X^2 from the source.
Mag (3)Compute magnitude from the source.
Max (2)Returns the maximum of the source data.
Maxc (2)Returns the maximum of the source data.
Mean (2)Returns the average value of the source data.
Meanc (2)Returns the average value of the source data.
Min (2)Returns the minimum of the source data.
Minc (2)Returns the minimum of the source data.
MulI (3)Multiply the source with 1i complex number.
NormComputes the Norm from source data.
Normalize (4)Compute (X + Offset)/Factor
NormC (4)Computes the C Norm for the source data X.
NormL1 (4)Computes the L1 Norm for X.
NormL2 (4)Computes the L2 Norm for X.
Phase (2)Compute the phase from the complex source data.
PhaseSpectrum (2)Compute the phase spectrum from the complex source data.
Power (15)Compute the power function.
PowerSpectrum (2)Compute the power spectrum from the complex source data.
Product (2)Returns the product of all elements in the source data.
Productc (2)Returns the product of all elements in the source data.
Ramp (4)Returns a clVector of [Offset, Offset+Step, .., Offset+(Len-1)*Step] numbers.
Real (3)Returns the real part of the complex number.
RealPart (3)Returns the real part of the complex number.
Rem (3)Return reminder after division of X by Y.
ReverseReverses the content of the source data.
RMS (2)Compute the RMS from the source data.
RotateRotates the content of the source data by Offset.
Round (3)Rounds values to the closest integer.
Sec (3)Compute the Sec function from the source and return the result.
Sech (3)Compute the Sech function from the source and return the result.
Select (4)Subrange the source clMatrix and return a clVector without copy operation.
Sgn (2)
ShiftShifts the content of the source data X by Offset left or right.
Sign (3)Change the sign of the source data.
Sin (3)Compute the sin function from the source and return the result.
Sinh (3)Compute the Sinh function from the source and return the result.
Sqr (3)Compute X^2 from the source.
Sqrt (3)Compute X^2 from the source.
StdDev (2)Compute the standard deviation from the source data.
Sum (2)Returns the sum of elements in the source data.
Sumc (2)Returns the sum of elements in the source data.
SumOfSquares (2)Returns the sum of squares of the source data.
Tan (3)Compute the Tan function from the source and return the result.
Tanh (3)Compute the Tanh function from the source and return the result.
ThreshBottom (3)Limit the smallest value in the source data.
ThreshTop (3)Limit the largest value in the source data.
Trunc (3)Rounds values towards zero to integer.
UpSample (2)Increase sampling frequency without filtering.