File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ Rcpp/Eigen bridge
1717 package are for illustration only.
1818
1919 As described at the \href {https : // libeigen.gitlab.io / }{Eigen project home
20- page } , Eigen is a a C ++ template library for linear algebra : matrices ,
20+ page } , Eigen is a C ++ template library for linear algebra : matrices ,
2121 vectors , numerical solvers , and related algorithms.
2222}
2323\section {Threading }{
@@ -26,7 +26,7 @@ Rcpp/Eigen bridge
2626 retrieved ) explicitly via helper functions \code {EigenSetNbThreads()} and
2727 \code {EigenNbThreads()}. A default value is stored at package startup ; it
2828 recognises R option value \code {Ncpus } and environment variable
29- \code {OMP_THREAD_LIMITS }. Additional helper functions
29+ \code {OMP_THREAD_LIMIT }. Additional helper functions
3030 \code {RcppEigen_throttle_cores()} and \code {RcppEigen_reset_cores()} are
3131 available to (temporarily ) lower the number of cores uses and to reset to
3232 the package default value set at startup.
You can’t perform that action at this time.
0 commit comments