is_symmetric
Method of RealMatrix.
Overloads
| Name | Description |
|---|---|
is_symmetric(real tolerance) -> bool | Checks if a RealMatrix is approximately equal to a symmetric matrix. |
is_symmetric() -> bool | Checks if a RealMatrix is approximately equal to a symmetric matrix. Uses the default tolerance eps = 2.220446049250313e-16. |
is_symmetric(real tolerance) -> bool
Checks if a RealMatrix is approximately equal to a symmetric matrix.
Parameters
- tolerance: The numerical tolerance to use when performing the check.
is_symmetric() -> bool
Checks if a RealMatrix is approximately equal to a symmetric matrix. Uses the default tolerance eps = 2.220446049250313e-16.