Click or drag to resize

NMathFunctionsExp Method

Overload List
 NameDescription
Public methodStatic memberExp(Double) Calculates the exponential function, e^x, of a double-precision floating point number.
Public methodStatic memberExp(DoubleComplex) Calculates the exponential function, e^x, of a complex number.
Public methodStatic memberExp(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.
Public methodStatic memberExp(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.
Public methodStatic memberExp(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.
Public methodStatic memberExp(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.
Public methodStatic memberExp(FloatComplex) Calculates the exponential function, e^x, of a complex number.
Public methodStatic memberExp(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.
Public methodStatic memberExp(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.
Public methodStatic memberExp(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.
Public methodStatic memberExp(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.
Public methodStatic memberExp(Single) Calculates the exponential function, e^x, of a floating point number.
Public methodStatic memberExp(DoubleComplexVector, DoubleComplexVector) Applies the exponential function to each element of the input vector and places the result in the given output vector.
Public methodStatic memberExp(DoubleVector, DoubleVector) Applies the exponential function to each element of the input vector and places the result in the given output vector.
Public methodStatic memberExp(FloatComplexVector, FloatComplexVector) Applies the exponential function to each element of the input vector and places the result in the given output vector.
Public methodStatic memberExp(FloatVector, FloatVector) Applies the exponential function to each element of the input vector and places the result in the given output vector.
Top
See Also