Clears the specified matrix, setting all its elements to their default value.
Namespace: Altaxo.Calc.LinearAlgebraAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic 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