Extract a result certificate.
Value
The eigencore_certificate object stored on x, or NULL if the
result does not carry a certificate field.
Examples
fit <- eig_partial(diag(c(3, 2, 1)), k = 1, target = largest())
cert <- certificate(fit)
cert$passed
#> [1] TRUE
cert$max_residual
#> [1] 0