Matrix<T>.LogCore(T, Matrix<T>) Method

Computes the logarithm of the elements of a matrix.

Definition

Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
protected virtual Matrix<T> LogCore(
	T newBase,
	Matrix<T> result
)

Parameters

newBase  T
The base of the logarithm.
result  Matrix<T>
The matrix that is to hold the result. May be null.

Return Value

Matrix<T>

See Also