/fmlh

R package of fml headers

Primary LanguageRBoost Software License 1.0BSL-1.0

fmlh

fml is the Fused Matrix Library, a multi-source, header-only C++ library for dense matrix computing. The emphasis is on real-valued matrix types for numerical operations useful for data analysis.

Installation

You can install the stable version from the HPCRAN using the usual install.packages():

install.packages("fmlh", repos=c("https://hpcran.org", "https://cran.rstudio.com"))

The development version of the package is maintained on GitHub:

remotes::install_github("fml-fam/fmlh")