Class: Array
- Inherits:
-
Object
- Object
- Array
- Defined in:
- lib/pspline.rb
Direct Known Subclasses
Instance Method Summary collapse
Instance Method Details
#fft_complex_forward ⇒ Object
64 65 66 |
# File 'lib/pspline.rb', line 64 def fft_complex_forward PSPLINE::Cfft.new(self) end |
#fft_real_forward ⇒ Object
67 68 69 |
# File 'lib/pspline.rb', line 67 def fft_real_forward PSPLINE::Rfft.new(self) end |