Skip to content

Commit

Permalink
Eigen: fixup, correct umbrella header.
Browse files Browse the repository at this point in the history
Signed-off-by: furby™ <[email protected]>
  • Loading branch information
furby-tm committed Sep 13, 2024
1 parent e1733f4 commit b3c2e82
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/Eigen/Eigen.cpp
Original file line number Diff line number Diff line change
@@ -1 +1 @@
#include <Eigen/Eigen>
#include <Eigen/Eigen.h>
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
#pragma once

#include "Dense"
#include "Sparse"
6 changes: 6 additions & 0 deletions Sources/Eigen/include/Eigen/src/Core/Assign_MKL.h
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,13 @@
#ifndef EIGEN_ASSIGN_VML_H
#define EIGEN_ASSIGN_VML_H

#include "./util/MKL_support.h"

// IWYU pragma: private
#include "./InternalHeaderCheck.h"

#if defined(EIGEN_USE_MKL)

namespace Eigen {

namespace internal {
Expand Down Expand Up @@ -178,4 +182,6 @@ EIGEN_MKL_VML_DECLARE_POW_CALL(pow, vmzPowx, dcomplex, MKL_Complex16, LA)

} // end namespace Eigen

#endif // defined(EIGEN_USE_MKL)

#endif // EIGEN_ASSIGN_VML_H

0 comments on commit b3c2e82

Please sign in to comment.