From a894b19fc2c6d464fc639f31ecf3bb3f22582706 Mon Sep 17 00:00:00 2001 From: tmigot Date: Tue, 26 Aug 2025 19:12:43 -0400 Subject: [PATCH] Export compute_r --- src/trust-region/ar-trust-region.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/trust-region/ar-trust-region.jl b/src/trust-region/ar-trust-region.jl index 6c1d887..a3d165c 100644 --- a/src/trust-region/ar-trust-region.jl +++ b/src/trust-region/ar-trust-region.jl @@ -1,4 +1,4 @@ -export ARTrustRegion +export ARTrustRegion, compute_r """ ARTrustRegion(α₀::T;kwargs...)