Matrix<T>.PointwiseLog(Matrix<T>) Method |
Pointwise applies the natural logarithm function to each value.
Namespace: Altaxo.Calc.LinearAlgebraAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3261.0 (4.8.3261.0)
Syntaxpublic void PointwiseLog(
Matrix<T> result
)
Parameters
- result Matrix<T>
- The matrix to store the result.
Exceptions
See Also