Click or drag to resize

NMathFunctionsDelta Method

Overload List
 NameDescription
Public methodStatic memberDelta(DoubleComplexMatrix) Creates a new matrix with the same dimensions as a given matrix, whose values are the result of applying the delta function to each element of the matrix.
Public methodStatic memberDelta(DoubleComplexVector) Calculates a vector containing the differences between successive elements in a given vector.
Public methodStatic memberDelta(DoubleMatrix) Creates a new matrix with the same dimensions as a given matrix, whose values are the result of applying the delta function to each element of the matrix.
Public methodStatic memberDelta(DoubleVector) Returns a vector containing differences between successive elements in the vector.
Public methodStatic memberDelta(FloatComplexMatrix) Creates a new matrix with the same dimensions as a given matrix, whose values are the result of applying the delta function to each element of the matrix.
Public methodStatic memberDelta(FloatComplexVector) Calculates a vector containing the differences between successive elements in a given vector.
Public methodStatic memberDelta(FloatMatrix) Creates a new matrix with the same dimensions as a given matrix, whose values are the result of applying the delta function to each element of the matrix.
Public methodStatic memberDelta(FloatVector) Calculates a vector containing the differences between successive elements in a given vector.
Top
See Also