Computes the logarithm of the elements of a matrix in-place.
Namespace:
Extreme.Mathematics
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public Matrix<T> Log10InPlace()
Public Function Log10InPlace As Matrix(Of T)
public:
Matrix<T>^ Log10InPlace()
member Log10InPlace : unit -> Matrix<'T>
Return Value
Type:
MatrixTThe current matrix whose elements
are replaced by their base 10 logarithm.
Reference