summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ext/bigdecimal/lib/bigdecimal/newton.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/ext/bigdecimal/lib/bigdecimal/newton.rb b/ext/bigdecimal/lib/bigdecimal/newton.rb
index cab2fcddff..96defc3c06 100644
--- a/ext/bigdecimal/lib/bigdecimal/newton.rb
+++ b/ext/bigdecimal/lib/bigdecimal/newton.rb
@@ -1,3 +1,6 @@
+require "bigdecimal/ludcmp"
+require "bigdecimal/jacobian"
+
#
# newton.rb
#
@@ -22,9 +25,6 @@
#
# On exit, x is the solution vector.
#
-require "bigdecimal/ludcmp"
-require "bigdecimal/jacobian"
-
module Newton
include LUSolve
include Jacobian