Skip to content

Commit f4d06da

Browse files
committed
import Eigen 3.4.0
1 parent 882ac78 commit f4d06da

File tree

444 files changed

+69247
-22020
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

444 files changed

+69247
-22020
lines changed

inst/include/Eigen/Cholesky

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,3 @@
4343
#include "src/Core/util/ReenableStupidWarnings.h"
4444

4545
#endif // EIGEN_CHOLESKY_MODULE_H
46-
/* vim: set filetype=cpp et sw=2 ts=2 ai: */

inst/include/Eigen/CholmodSupport

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
#include "src/Core/util/DisableStupidWarnings.h"
1414

1515
extern "C" {
16-
#include <RcppEigenCholmod.h>
16+
#include <cholmod.h>
1717
}
1818

1919
/** \ingroup Support_modules
@@ -45,3 +45,4 @@ extern "C" {
4545
#include "src/Core/util/ReenableStupidWarnings.h"
4646

4747
#endif // EIGEN_CHOLMODSUPPORT_MODULE_H
48+

0 commit comments

Comments
 (0)