Click or drag to resize

NMathFunctionsLog Method

Overload List
 NameDescription
Public methodStatic memberLog(Double) Calculates the principal value of the natural logarithm of a double-precision floating point number.
Public methodStatic memberLog(DoubleComplex) Calculates the principal value of the common logarithm of a complex number.
Public methodStatic memberLog(DoubleComplexMatrix) Creates a new matrix with the same dimensions as a given matrix, whose values are the result of applying the natural logarithm function to each element of the matrix.
Public methodStatic memberLog(DoubleComplexVector) Creates a new vector with the same size as a given vector, whose values are the result of applying the natural logarithm function to each element of the vector.
Public methodStatic memberLog(DoubleMatrix) Creates a new matrix with the same dimensions as a given matrix, whose values are the result of applying the natural logarithm function to each element of the matrix.
Public methodStatic memberLog(DoubleSymmetricMatrix) Creates a new matrix with the same dimensions as a given matrix, whose values are the result of applying the natural logarithm function to each element of the matrix.
Public methodStatic memberLog(DoubleVector) Creates a new vector with the same size as a given vector, whose values are the result of applying the natural logarithm function to each element of the vector.
Public methodStatic memberLog(FloatComplex) Calculates the principal value of the common logarithm of a complex number.
Public methodStatic memberLog(FloatComplexMatrix) Creates a new matrix with the same dimensions as a given matrix, whose values are the result of applying the natural logarithm function to each element of the matrix.
Public methodStatic memberLog(FloatComplexVector) Creates a new vector with the same size as a given vector, whose values are the result of applying the natural logarithm function to each element of the vector.
Public methodStatic memberLog(FloatMatrix) Creates a new matrix with the same dimensions as a given matrix, whose values are the result of applying the natural logarithm function to each element of the matrix.
Public methodStatic memberLog(FloatSymmetricMatrix) Creates a new matrix with the same dimensions as a given matrix, whose values are the result of applying the natural logarithm function to each element of the matrix.
Public methodStatic memberLog(FloatVector) Creates a new vector with the same size as a given vector, whose values are the result of applying the natural logarithm function to each element of the vector.
Public methodStatic memberLog(Single) Calculates the principal value of the natural logarithm of a floating point number.
Public methodStatic memberLog(DoubleComplexVector, DoubleComplexVector) Applies the natural logarithmic function to each element of the input vector and places the result in the given output vector.
Public methodStatic memberLog(FloatComplexVector, FloatComplexVector) Applies the natural logarithmic function to each element of the input vector and places the result in the given output vector.
Top
See Also