Class: OOL::Conmin::Spg_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

#alphamaxObject

Returns the value of attribute alphamax.



8
9
10
# File 'lib/ool.rb', line 8

def alphamax
  @alphamax
end

#alphaminObject

Returns the value of attribute alphamin.



8
9
10
# File 'lib/ool.rb', line 8

def alphamin
  @alphamin
end

#fminObject

Returns the value of attribute fmin.



8
9
10
# File 'lib/ool.rb', line 8

def fmin
  @fmin
end

#gammaObject

Returns the value of attribute gamma.



8
9
10
# File 'lib/ool.rb', line 8

def gamma
  @gamma
end

#MObject

Returns the value of attribute M.



8
9
10
# File 'lib/ool.rb', line 8

def M
  @M
end

#sigma1Object

Returns the value of attribute sigma1.



9
10
11
# File 'lib/ool.rb', line 9

def sigma1
  @sigma1
end

#sigma2Object

Returns the value of attribute sigma2.



9
10
11
# File 'lib/ool.rb', line 9

def sigma2
  @sigma2
end

#tolObject

Returns the value of attribute tol.



8
9
10
# File 'lib/ool.rb', line 8

def tol
  @tol
end