Files in wrathematics/fmlr
Fused Matrix Library for R

.Rbuildignore
.gitignore
.travis.yml
DESCRIPTION
LICENSE
NAMESPACE
NEWS.md R/00-globals.r R/01-class_utils.r
R/02-features.r.in
R/03-checks.r R/04-utils.r R/card.r R/conf/get_conf.r R/conf/get_lib.r R/cpumat.r R/cpuvec.r R/dimops.r R/fmlr-package.r R/gpumat.r R/gpuvec.r R/grid.r R/helpers.r R/linalg.r R/mpimat.r R/stats.r README.md
cleanup
configure
configure.ac
configure.win
containers/docker/dev-gpu/Dockerfile
containers/docker/dev-gpu/run.sh
containers/docker/dev/Dockerfile
containers/docker/dev/run.sh
containers/singularity/dev-gpu/Singularity
containers/singularity/dev-gpu/build.sh
containers/singularity/dev-gpu/run.sh
containers/singularity/dev/Singularity
containers/singularity/dev/build.sh
containers/singularity/dev/run.sh
docs/Makefile
docs/html/404.html
docs/html/LICENSE-text.html
docs/html/articles/01-installation.html
docs/html/articles/02-overview.html
docs/html/articles/03-backends.html
docs/html/articles/04-data.html
docs/html/articles/index.html
docs/html/authors.html
docs/html/bootstrap-toc.css
docs/html/bootstrap-toc.js
docs/html/docsearch.css
docs/html/docsearch.js
docs/html/index.html
docs/html/link.svg
docs/html/news/index.html
docs/html/pkgdown.css
docs/html/pkgdown.js
docs/html/pkgdown.yml
docs/html/reference/Rplot001.png
docs/html/reference/as_cpumat.html
docs/html/reference/as_cpuvec.html
docs/html/reference/as_gpumat.html
docs/html/reference/as_gpuvec.html
docs/html/reference/as_mpimat.html
docs/html/reference/card.html
docs/html/reference/cpu2cpu.html
docs/html/reference/cpu2gpu.html
docs/html/reference/cpu2mpi.html
docs/html/reference/cpumat-class.html
docs/html/reference/cpumat.html
docs/html/reference/cpuvec-class.html
docs/html/reference/cpuvec.html
docs/html/reference/dimops.html
docs/html/reference/features.html
docs/html/reference/fmlr-package.html
docs/html/reference/gpu-card-class.html
docs/html/reference/gpu2cpu.html
docs/html/reference/gpu2gpu.html
docs/html/reference/gpumat-class.html
docs/html/reference/gpumat.html
docs/html/reference/gpuvec-class.html
docs/html/reference/gpuvec.html
docs/html/reference/grid.html
docs/html/reference/index.html
docs/html/reference/linalg-add.html
docs/html/reference/linalg-chol.html
docs/html/reference/linalg-cond.html
docs/html/reference/linalg-cpsvd.html
docs/html/reference/linalg-crossprod.html
docs/html/reference/linalg-det.html
docs/html/reference/linalg-dot.html
docs/html/reference/linalg-eigen.html
docs/html/reference/linalg-invert.html
docs/html/reference/linalg-lq-Q.html
docs/html/reference/linalg-lq.html
docs/html/reference/linalg-lu.html
docs/html/reference/linalg-matmult.html
docs/html/reference/linalg-norm.html
docs/html/reference/linalg-qr-Q.html
docs/html/reference/linalg-qr-R.html
docs/html/reference/linalg-qr.html
docs/html/reference/linalg-qrsvd.html
docs/html/reference/linalg-rsvd.html
docs/html/reference/linalg-solve.html
docs/html/reference/linalg-svd.html
docs/html/reference/linalg-trace.html
docs/html/reference/linalg-trinv.html
docs/html/reference/linalg-tssvd.html
docs/html/reference/linalg-xpose.html
docs/html/reference/mpi-grid-class.html
docs/html/reference/mpi2cpu.html
docs/html/reference/mpi2mpi.html
docs/html/reference/mpimat-class.html
docs/html/reference/mpimat.html
docs/html/reference/pca.html
docs/html/reference/scale.html
docs/index.html
inst/CITATION
inst/benchmarks/cov.r inst/benchmarks/crossprod.r inst/benchmarks/invert.r inst/benchmarks/matprod.r inst/benchmarks/mem.r inst/benchmarks/pca.r inst/benchmarks/svd.r man/as_cpumat.Rd man/as_cpuvec.Rd man/as_gpumat.Rd man/as_gpuvec.Rd man/as_mpimat.Rd man/card.Rd man/cov.Rd man/cpu2cpu.Rd man/cpu2gpu.Rd man/cpu2mpi.Rd man/cpumat-class.Rd man/cpumat.Rd man/cpuvec-class.Rd man/cpuvec.Rd man/dimops.Rd man/features.Rd man/fmlr-package.Rd man/gpu-card-class.Rd man/gpu2cpu.Rd man/gpu2gpu.Rd man/gpumat-class.Rd man/gpumat.Rd man/gpuvec-class.Rd man/gpuvec.Rd man/grid.Rd man/linalg-add.Rd man/linalg-chol.Rd man/linalg-cond.Rd man/linalg-cpsvd.Rd man/linalg-crossprod.Rd man/linalg-det.Rd man/linalg-dot.Rd man/linalg-eigen.Rd man/linalg-invert.Rd man/linalg-lq-Q.Rd man/linalg-lq.Rd man/linalg-lu.Rd man/linalg-matmult.Rd man/linalg-norm.Rd man/linalg-qr-Q.Rd man/linalg-qr-R.Rd man/linalg-qr.Rd man/linalg-qrsvd.Rd man/linalg-rsvd.Rd man/linalg-solve.Rd man/linalg-svd.Rd man/linalg-trace.Rd man/linalg-trinv.Rd man/linalg-xpose.Rd man/mpi-grid-class.Rd man/mpi2cpu.Rd man/mpi2mpi.Rd man/mpimat-class.Rd man/mpimat.Rd man/pca.Rd man/scale.Rd
src/Makevars.in
src/Makevars.win
src/apply.hpp
src/card.cu
src/copy-cpu.cpp
src/copy-gpu.cu
src/copy-mpi.cpp
src/cpumat.cpp
src/cpuvec.cpp
src/dimops-cpu.cpp
src/dimops-gpu.cu
src/dimops-mpi.cpp
src/extptr.hpp
src/fmlr-native.c
src/gpu-dummy-bindings.cpp
src/gpumat.cu
src/gpuvec.cu
src/grid.cpp
src/linalg-cpu.cpp
src/linalg-gpu.cu
src/linalg-mpi.cpp
src/mpi-dummy-bindings.cpp
src/mpimat.cpp
src/rutils.h
src/stats-cpu.cpp
src/stats-gpu.cu
src/stats-mpi.cpp
src/types.h
src/unused.hpp
tests/cpumat.r tests/cpuvec.r tests/dimops-cpu.r tests/dimops-gpu.r tests/dimops-mpi.r tests/gpumat.r tests/gpuvec.r tests/internals/common.r tests/internals/dimops.r tests/internals/linalg.r tests/internals/mat.r tests/internals/stats.r tests/internals/vec.r tests/linalg-cpu.r tests/linalg-gpu.r tests/linalg-mpi.r tests/mpimat.r tests/stats-cpu.r tests/stats-gpu.r tests/stats-mpi.r
tools/ax_check_cuda.m4
vignettes/01-installation.Rmd vignettes/02-overview.Rmd vignettes/03-backends.Rmd vignettes/04-data.Rmd vignettes/rebuild.r vignettes/src/_01-installation.Rmd vignettes/src/_02-overview.Rmd vignettes/src/_03-backends.Rmd vignettes/src/_04-data.Rmd
wrathematics/fmlr documentation built on Jan. 17, 2022, 4:10 p.m.