Click or drag to resize

MatrixTRound Method

Computes the rounded value 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> Round(
	Matrix<T> x
)

Parameters

x  MatrixT
The input matrix

Return Value

MatrixT
A matrix containing the pointwise rounded values of x.
See Also