| 84 | } |
| 85 | |
| 86 | void setValidationOff() { |
| 87 | validate_envIsInit(__func__); |
| 88 | |
| 89 | // disables all validation and computation |
| 90 | // of matrix properties like isUnitary. Also |
| 91 | // means pre-computed matrix properties are |
| 92 | // ignored. It does not however erase pre- |
| 93 | // computed properties; subsequently restoring |
| 94 | // validation will not necessitate re-eval. |
| 95 | |
| 96 | validateconfig_disable(); |
| 97 | } |
| 98 | |
| 99 | |
| 100 | void setValidationEpsilon(qreal eps) { |
no test coverage detected