- 1_8_6_287
- 1_8_7_72
- 1_8_7_330
- 1_9_1_378 (0)
- 1_9_2_180 (0)
- 1_9_3_125 (0)
- 1_9_3_392 (0)
- 2_1_10 (0)
- 2_2_9 (0)
- 2_4_6 (2)
- 2_5_5 (0)
- 2_6_3 (-38)
- What's this?
frozen_string_literal: false
require ‘bigdecimal/jacobian’
Provides methods to compute the Jacobian matrix of a set of equations at a point x. In the methods below:
f is an Object which is used to compute the Jacobian matrix of the equations. It must provide the following methods:
| f.values(x) | returns the values of all functions at x | 
| f.zero | returns 0.0 | 
| f.one | returns 1.0 | 
| f.two | returns 2.0 | 
| f.ten | returns 10.0 | 
| f.eps | returns the convergence criterion (epsilon value) used to determine whether two values are considered equal. If |a-b| < epsilon, the two values are considered equal. | 
x is the point at which to compute the Jacobian.
fx is f.values(x).

 RSpec
RSpec Ruby on Rails
Ruby on Rails Ruby
Ruby 
   
   
  = private
 = private = protected
 = protected
    