Skip to content

fml-fam/fmlh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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")