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 1c59be9 commit 1e505a1Copy full SHA for 1e505a1
inst/include/diffusr.h
@@ -38,7 +38,13 @@ using Eigen::ArrayXd;
38
using Eigen::SparseMatrix;
39
40
typedef Eigen::MappedSparseMatrix<double> MSpMat;
41
-typedef Eigen::Map<MatrixXd> MMatrixXd;
+// typedef Eigen::Map<MatrixXd> MMatrixXd;
42
typedef Eigen::SparseMatrix<double> SpMat;
43
-typedef Eigen::SparseMatrix<int> SpMati;
44
typedef Eigen::Map<VectorXd> MVectorXd;
+
45
+#ifndef RCPP_diffusr_H_GEN_
46
+#define RCPP_diffusr_H_GEN_
47
48
+#include "diffusr_RcppExports.h"
49
50
+#endif // RCPP_diffusr_H_GEN_
0 commit comments