fml-fam/fmlr: Fused Matrix Library for R

'fmlr' is an R interface to the 'fml' library. It is a "medium-level" interface for multiple dense matrix types, principally CPU, GPU, and MPI. Each supports multiple fundamental types (int, float, double), and data is held externally to R and operations that modify data generally occur in-place. The interface largely tracks with the core 'fml' interface. The interface is written such that generally an 'fmlr' R code can be easily translated to an 'fml' C++ code.

Getting started

Package details

MaintainerDrew Schmidt <wrathematics@gmail.com>
LicenseBSL-1.0
Version0.4-1
URL https://github.com/fml-fam/fmlr
Package repositoryView on GitHub
Installation Install the latest version of this package by entering the following in R:
install.packages("remotes")
remotes::install_github("fml-fam/fmlr")
fml-fam/fmlr documentation built on Jan. 16, 2022, 9:27 a.m.