| 51 | } |
| 52 | |
| 53 | void Iterated_covariance_scheme::init () |
| 54 | { |
| 55 | // Postconditions |
| 56 | if (!isPSD (X)) |
| 57 | error (Numeric_exception("Initial X not PSD")); |
| 58 | } |
| 59 | |
| 60 | void Iterated_covariance_scheme::update () |
| 61 | { |
nothing calls this directly
no test coverage detected