Overload List

  NameDescription
Log(DoubleComplex)
Calculates the principal value of the common logarithm of a complex number.
Log(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.
Log(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.
Log(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.
Log(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.
Log(FloatComplex)
Calculates the principal value of the common logarithm of a complex number.
Log(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.
Log(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.
Log(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.
Log(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.
Log(Double)
Calculates the principal value of the common logarithm of a double-precision floating point number.
Log(Single)
Calculates the principal value of the common logarithm of a floating point number.
Log(DoubleComplexVector, DoubleComplexVector)
Applys the natural logarithmic function to each element of the input vector and places the result in the given output vector.
Log(FloatComplexVector, FloatComplexVector)
Applys the natural logarithmic function to each element of the input vector and places the result in the given output vector.

See Also