Vector<T>.Log Core Method
Definition
Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
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.