Class: Wrnap::Package::Spectral
- Defined in:
- lib/wrnap/package/spectral.rb
Instance Attribute Summary collapse
-
#eigenvalues ⇒ Object
readonly
Returns the value of attribute eigenvalues.
-
#time_kinetics ⇒ Object
readonly
Returns the value of attribute time_kinetics.
Attributes inherited from Base
#data, #flags, #response, #runtime
Instance Method Summary collapse
Methods inherited from Base
bootstrap, #debugger, #initialize, #inspect, #serialize
Methods included from Global::Chainer
Methods included from Global::Runner
Constructor Details
This class inherits a constructor from Wrnap::Package::Base
Instance Attribute Details
#eigenvalues ⇒ Object (readonly)
Returns the value of attribute eigenvalues.
13 14 15 |
# File 'lib/wrnap/package/spectral.rb', line 13 def eigenvalues @eigenvalues end |
#time_kinetics ⇒ Object (readonly)
Returns the value of attribute time_kinetics.
13 14 15 |
# File 'lib/wrnap/package/spectral.rb', line 13 def time_kinetics @time_kinetics end |
Instance Method Details
#post_process ⇒ Object
21 22 |
# File 'lib/wrnap/package/spectral.rb', line 21 def post_process end |