Back to Linear Algebra (Eigen)
eigen.utilities.isZero
Check if a matrix is the zero matrix.
Syntax
eigen.utilities.isZero(A, tolerance?)
Description
Check if a matrix is the zero matrix.
Parameters
| Name | Description |
|---|---|
| A | - Matrix handle |
| tolerance(optional) | - Maximum allowed value |
Returns
boolean