Changes in version 1.0.1 (2024-05-08) - Add function to set/get the number of threads. - Add function to set/get seed for blaze. - Improve the performance of fastLm by using CustomVector and CustomMatrix. Changes in version 1.0.0 (2024-05-02) - 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.0 to install RcppBlaze. - Enable C++11 Threads when compiling fastLm. - Change to use BSD License which is aligned with blize-lib. Changes in version 0.2.2 (2017-10-09) - Fix building problem on windows. Changes in version 0.2.1 - Modification of examples. Changes in version 0.2.0 - Make RcppBlaze link to RcppLAPACKE. - Add examples to link RcppLAPACKE. Changes in version 0.1.1 (2017-02-22) - Fix some minor bugs. Changes in version 0.1.0 (2017-02-20) - First release on CRAN.