Files
gonum/dsp/fourier/internal/fftpack/doc.go
2020-02-19 20:03:23 +10:30

8 lines
362 B
Go

// Copyright ©2018 The Gonum Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
// Package fftpack implements Discrete Fourier Transform functions
// ported from the Fortran implementation of FFTPACK.
package fftpack // import "gonum.org/v1/gonum/dsp/fourier/internal/fftpack"