MatrixMathClear_DefaultImplT Method |
Default implementation of the Clear method, used when the matrix does not implement the IMatrixLevel1 interface.
Namespace: Altaxo.Calc.LinearAlgebraAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic 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