Click or drag to resize

MatrixMathClear_DefaultImplT Method

Default implementation of the Clear method, used when the matrix does not implement the IMatrixLevel1 interface.

Namespace: Altaxo.Calc.LinearAlgebra
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static void Clear_DefaultImpl<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