Class: Array

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

Direct Known Subclasses

PSPLINE::Cfft, PSPLINE::Rfft

Instance Method Summary collapse

Instance Method Details

#fft_complex_forwardObject



64
65
66
# File 'lib/pspline.rb', line 64

def fft_complex_forward
	PSPLINE::Cfft.new(self)
end

#fft_real_forwardObject



67
68
69
# File 'lib/pspline.rb', line 67

def fft_real_forward
	PSPLINE::Rfft.new(self)
end