MatrixMathIsZeroMatrix Method |
Tests if all elements of the matrix a are equal to zero.
Namespace: Altaxo.Calc.LinearAlgebraAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static bool IsZeroMatrix(
IROMatrix<double> a
)
Parameters
- a IROMatrixDouble
- The matrix to test.
Return Value
BooleanTrue if all elements are zero or if one of the two dimensions of the matrix is zero. False if the matrix contains nonzero elements.
See Also