- Add function to set/get the number of threads.
- Add function to set/get seed for blaze.
- Improve the performance of
fastLmby usingCustomVectorandCustomMatrix.
- Update Blaze-lib to 3.8.2 since Rcpp supports C++14 / C++17 since 4.2.0.
- Because of the support of C++14, R need to be >=
4.2.0to installRcppBlaze. - Enable C++11 Threads when compiling
fastLm. - Change to use BSD License which is aligned with
blize-lib.
- Fix building problem on windows.
- Modification of examples.
- Make RcppBlaze link to RcppLAPACKE.
- Add examples to link RcppLAPACKE.
- Fix some minor bugs.
- First release on CRAN.