Overload List

  NameDescription
Delta(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.
Delta(DoubleComplexVector)
Calculates a vector containing the differences between successive elements in a given vector.
Delta(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.
Delta(DoubleVector)
Returns a vector containing differences between successive elements in the vector.
Delta(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.
Delta(FloatComplexVector)
Calculates a vector containing the differences between successive elements in a given vector.
Delta(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.
Delta(FloatVector)
Calculates a vector containing the differences between successive elements in a given vector.

See Also