示例#1
0
文件: fftw.go 项目: juanmb/go-fftwf
func (p *Plan) Execute() {
	C.fftwf_execute(p.fftw_p)
}
示例#2
0
func (p *Plan) Execute() *Plan {
	C.fftwf_execute(p.fftw_p)
	return p
}