DenseVector<T, TStorage>.LogCore Method

Definition

Namespace: Numerics.NET.LinearAlgebra
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0

Overload List

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.

LogCore(Vector<T>)

Computes the logarithm of the elements of a vector.
C#
protected override Vector<T> LogCore(
	Vector<T>? result
)

Parameters

result  Vector<T>
The vector that is to hold the result. May be null.

Return Value

Vector<T>

See Also