文件名称:FasterMatrixMath:R的C ++加速矩阵数学函数
文件大小:102KB
文件格式:ZIP
更新时间:2024-04-01 21:48:33
C++
FasterMatrixMath 可以使用Rcpp / RcppArmadillo / RcppEigen加速简单的矩阵运算 不要期望太多-可能只会在我需要的时候添加函数和运算符。 安装 您可以使用以下方法从安装FasterMatrixMath的发行版本: remotes :: install_github( " FasterMatrixMath " ) 行为守则 请注意,发布了FasterMatrixMath项目并附带了 。 通过为该项目做贡献,您同意遵守其条款。
【文件预览】:
FasterMatrixMath-main
----NAMESPACE(139B)
----DESCRIPTION(509B)
----src()
--------matrix_crossprod.cpp(460B)
--------Makevars(326B)
--------matrix_multiply.o(38KB)
--------Makevars.win(326B)
--------RcppExports.o(71KB)
--------RcppExports.cpp(2KB)
--------matrix_multiply.cpp(227B)
--------FasterMatrixMath.so(119KB)
--------.gitignore(15B)
----R()
--------MatOps.R(833B)
--------FasterMatrixMath-package.R(202B)
--------RcppExports.R(401B)
----.Rbuildignore(64B)
----LICENSE.md(7KB)
----README.md(923B)
----stuff.Rproj(356B)
----man()
--------hello.Rd(128B)
--------MatMult.Rd(342B)
----tests()
--------testthat()
--------testthat.R(76B)
----CODE_OF_CONDUCT.md(5KB)
----.gitignore(51B)