We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3cd732 commit 451678fCopy full SHA for 451678f
1 file changed
inst/include/Eigen/src/CholmodSupport/CholmodSupport.h
@@ -10,6 +10,10 @@
10
#ifndef EIGEN_CHOLMODSUPPORT_H
11
#define EIGEN_CHOLMODSUPPORT_H
12
13
+#ifndef R_MATRIX_CHOLMOD
14
+# define R_MATRIX_CHOLMOD(_NAME_) cholmod_ ## _NAME_
15
+#endif
16
+
17
namespace Eigen {
18
19
namespace internal {
0 commit comments