Matrix<T>.Log In Place Method
Definition
Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
Overload List
| Log | Computes the logarithm of the elements of a matrix in-place. |
| Log | Computes the logarithm of the elements of a matrix in-place. |
LogInPlace
Computes the logarithm of the elements of a matrix in-place.
public Matrix<T> LogInPlace()Return Value
Matrix<T>The current matrix whose elements are replaced by their logarithm.
LogInPlace(T)
Computes the logarithm of the elements of a matrix in-place.
public Matrix<T> LogInPlace(
T newBase
)Parameters
- newBase T
- The base of the logarithm.
Return Value
Matrix<T>The current matrix whose elements are replaced by their logarithm.