Vector<T>.Log Core Method
Definition
Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
Overload List
Log | Computes the logarithm of the elements of a vector. |
Log | Computes the logarithm of the elements of a vector. |
LogCore(Vector<T>)
Computes the logarithm of the elements of a vector.
LogCore(T, Vector<T>)
Computes the logarithm of the elements of a vector.
protected virtual Vector<T> LogCore(
T newBase,
Vector<T> result
)
Parameters
- newBase T
- The base of the logarithm.
- result Vector<T>
- The vector that is to hold the result. May be null.