Click or drag to resize

MatrixMathIsZeroMatrix Method

Tests if all elements of the matrix a are equal to zero.

Namespace: Altaxo.Calc.LinearAlgebra
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static bool IsZeroMatrix(
	IROMatrix<double> a
)

Parameters

a  IROMatrixDouble
The matrix to test.

Return Value

Boolean
True 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