We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f49dd7b commit 838ec49Copy full SHA for 838ec49
mkl_fft/src/mklfft.h
@@ -24,6 +24,7 @@
24
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
25
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
26
*/
27
+#include "mkl.h"
28
29
/* Complex input, in-place */
30
extern int cdouble_mkl_fft1d_in(PyArrayObject*, npy_intp, int);
0 commit comments