Class: OOL::Conmin::Minimizer::Spg::Parameters
- Defined in:
- lib/ool/conmin.rb,
ext/gsl_native/ool.c
Instance Attribute Summary collapse
-
#alphamax ⇒ Object
Returns the value of attribute alphamax.
-
#alphamin ⇒ Object
Returns the value of attribute alphamin.
-
#fmin ⇒ Object
Returns the value of attribute fmin.
-
#gamma ⇒ Object
Returns the value of attribute gamma.
-
#M ⇒ Object
Returns the value of attribute M.
-
#sigma1 ⇒ Object
Returns the value of attribute sigma1.
-
#sigma2 ⇒ Object
Returns the value of attribute sigma2.
-
#tol ⇒ Object
Returns the value of attribute tol.
Method Summary
Methods inherited from Array
#to_gplot, #to_gsl_integration_qawo_table, #to_gsl_integration_qaws_table, #to_gsplot, #to_gv
Instance Attribute Details
#alphamax ⇒ Object
Returns the value of attribute alphamax.
12 13 14 |
# File 'lib/ool/conmin.rb', line 12 def alphamax @alphamax end |
#alphamin ⇒ Object
Returns the value of attribute alphamin.
12 13 14 |
# File 'lib/ool/conmin.rb', line 12 def alphamin @alphamin end |
#fmin ⇒ Object
Returns the value of attribute fmin.
12 13 14 |
# File 'lib/ool/conmin.rb', line 12 def fmin @fmin end |
#gamma ⇒ Object
Returns the value of attribute gamma.
12 13 14 |
# File 'lib/ool/conmin.rb', line 12 def gamma @gamma end |
#M ⇒ Object
Returns the value of attribute M.
12 13 14 |
# File 'lib/ool/conmin.rb', line 12 def M @M end |
#sigma1 ⇒ Object
Returns the value of attribute sigma1.
13 14 15 |
# File 'lib/ool/conmin.rb', line 13 def sigma1 @sigma1 end |
#sigma2 ⇒ Object
Returns the value of attribute sigma2.
13 14 15 |
# File 'lib/ool/conmin.rb', line 13 def sigma2 @sigma2 end |
#tol ⇒ Object
Returns the value of attribute tol.
12 13 14 |
# File 'lib/ool/conmin.rb', line 12 def tol @tol end |