Back to Linear Algebra (Eigen)
eigen.decompositions.isSymmetric
Check if a matrix is symmetric within a tolerance.
Syntax
eigen.decompositions.isSymmetric(A, tol?)
Description
Check if a matrix is symmetric within a tolerance.
Parameters
| Name | Description |
|---|---|
| A | - Matrix to check |
| tol(optional) | - Tolerance for element comparison (default: 1e-10) |
Returns
boolean