예제 #1
0
파일: fftw.go 프로젝트: juanmb/go-fftwf
func (p *Plan) Execute() {
	C.fftwf_execute(p.fftw_p)
}
예제 #2
0
파일: plan.go 프로젝트: runningwild/go-fftw
func (p *Plan) Execute() *Plan {
	C.fftwf_execute(p.fftw_p)
	return p
}