Class: OOL::Conmin::Pgrad_parameters

Inherits:
Array
  • Object
show all
Defined in:
lib/ool.rb

Instance Attribute Summary collapse

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

#alphaObject

Returns the value of attribute alpha.



5
6
7
# File 'lib/ool.rb', line 5

def alpha
  @alpha
end

#fminObject

Returns the value of attribute fmin.



5
6
7
# File 'lib/ool.rb', line 5

def fmin
  @fmin
end

#sigma1Object

Returns the value of attribute sigma1.



5
6
7
# File 'lib/ool.rb', line 5

def sigma1
  @sigma1
end

#sigma2Object

Returns the value of attribute sigma2.



5
6
7
# File 'lib/ool.rb', line 5

def sigma2
  @sigma2
end

#tolObject

Returns the value of attribute tol.



5
6
7
# File 'lib/ool.rb', line 5

def tol
  @tol
end