Click or drag to resize

MatrixTLog Method

Computes the log of a matrix pointwise

Namespace: Altaxo.Calc.LinearAlgebra
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static Matrix<T> Log(
	Matrix<T> x
)

Parameters

x  MatrixT
The input matrix

Return Value

MatrixT

[Missing <returns> documentation for "M:Altaxo.Calc.LinearAlgebra.Matrix`1.Log(Altaxo.Calc.LinearAlgebra.Matrix{`0})"]

See Also