Beispiel #1
0
func (p *Plan) Execute() {
	C.fftwf_execute(p.fftw_p)
}
Beispiel #2
0
func (p *Plan) Execute() *Plan {
	C.fftwf_execute(p.fftw_p)
	return p
}