Matrix<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 matrix. |
Log | Computes the logarithm of the elements of a matrix. |
LogCore(Matrix<T>)
Computes the logarithm of the elements of a matrix.
LogCore(T, Matrix<T>)
Computes the logarithm of the elements of a matrix.
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.