Overload List

  NameDescription
Exp(DoubleComplex)
Calculates the exponential function, e^x, of a complex number.
Exp(DoubleComplexMatrix)
Creates a new matrix with the same dimensions as a given matrix, whose values are the result of applying the inverse of the natual logarithm to each element of the matrix.
Exp(DoubleComplexVector)
Creates a new vector with the same size as a given vector, whose values are the result of applying the exponential function to each element of the vector.
Exp(DoubleMatrix)
Creates a new matrix with the same dimensions as a given matrix, whose values are the result of applying the inverse of the natual logarithm to each element of the matrix.
Exp(DoubleVector)
Creates a new vector with the same size as a given vector, whose values are the result of applying the inverse of the natual logarithm to each element of the vector.
Exp(FloatComplex)
Calculates the exponential function, e^x, of a complex number.
Exp(FloatComplexMatrix)
Creates a new matrix with the same dimensions as a given matrix, whose values are the result of applying the inverse of the natual logarithm to each element of the matrix.
Exp(FloatComplexVector)
Creates a new vector with the same size as a given vector, whose values are the result of applying the inverse of the natual logarithm to each element of the vector.
Exp(FloatMatrix)
Creates a new matrix with the same dimensions as a given matrix, whose values are the result of applying the inverse of the natual logarithm to each element of the matrix.
Exp(FloatVector)
Creates a new vector with the same size as a given vector, whose values are the result of applying the exponential function to each element of the given vector.
Exp(Double)
Calculates the exponential function, e^x, of a double-precision floating point number.
Exp(Single)
Calculates the exponential function, e^x, of a floating point number.
Exp(DoubleComplexVector, DoubleComplexVector)
Applys the exponential function to each element of the input vector and places the result in the given output vector.
Exp(DoubleVector, DoubleVector)
Applys the exponential function to each element of the input vector and places the result in the given output vector.
Exp(FloatComplexVector, FloatComplexVector)
Applys the exponential function to each element of the input vector and places the result in the given output vector.
Exp(FloatVector, FloatVector)
Applys the exponential function to each element of the input vector and places the result in the given output vector.

See Also