Click or drag to resize

MatrixTSqrt Method

Computes the sqrt of a matrix pointwise

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

Parameters

x  MatrixT
The input matrix

Return Value

MatrixT
A matrix containing the pointwise square root of x.
See Also