Runs all numerical validation tests for KEMA implementation.
Examples
# \donttest{
results <- run_kema_validation_suite(verbose = FALSE)
#> Warning: Eigenvalue extraction failed: upper value must be greater than lower value
print(results$overall_success)
#> [1] FALSE
# }