DenseVector<T>.LogCore Method

Definition

Namespace: Extreme.Mathematics.LinearAlgebra
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23

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.

DenseVector<T>.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