Skip to content

Commit

Permalink
Update RcppConv.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
bnaras committed Jul 19, 2024
1 parent 0bd13bb commit 6387b59
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/RcppConv.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@ void sweep_in_place(Rcpp::NumericMatrix P, Rcpp::NumericVector c_part) {
}
}

#include <cmath>
// [[Rcpp::depends(RcppEigen)]]
// [[Rcpp::export]]
Eigen::SparseMatrix<double> upper_tri_to_full(int n) {
Expand Down

0 comments on commit 6387b59

Please sign in to comment.