Click or drag to resize

MatrixMathClearT Method

Clears the specified matrix, setting all its elements to their default value.

Namespace: Altaxo.Calc.LinearAlgebra
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static void Clear<T>(
	IMatrix<T> matrix
)
where T : struct, new()

Parameters

matrix  IMatrixT
The matrix to clear.

Type Parameters

T
The type of the matrix elements.
See Also