文件名称:MatrixExtra:(R)使CSR矩阵(“ RsparseMatrix”)成为一等公民
文件大小:66KB
文件格式:ZIP
更新时间:2024-04-21 08:57:55
R
MatrixExtra
MatrixExtra是一个R程序包,它通过提供在其上本机且有效地工作而不将其转换为另一种格式的方法来扩展程序包中的稀疏矩阵类型,尤其是或RsparseMatrix格式(行主要)。选择行,按行连接或多线程
【文件预览】:
MatrixExtra-master
----.gitignore(91B)
----MatrixExtra.Rproj(396B)
----NAMESPACE(1KB)
----R()
--------slice.R(9KB)
--------RcppExports.R(9KB)
--------MatrixExtra.R(1KB)
--------rbind.R(14KB)
--------scalar_funs.R(5KB)
--------operators.R(10KB)
--------matmul.R(20KB)
--------conversions.R(14KB)
--------utils.R(4KB)
--------trans.R(2KB)
----src()
--------slice.cpp(10KB)
--------RcppExports.cpp(46KB)
--------operators.cpp(10KB)
--------matmul.cpp(31KB)
--------rbind.cpp(6KB)
--------MatrixExtra.h(1KB)
--------misc.cpp(8KB)
--------Makevars(114B)
----.Rbuildignore(37B)
----LICENSE(34KB)
----man()
--------rbind2-method.Rd(2KB)
--------MatrixExtra.Rd(1KB)
--------mathematical-functions.Rd(2KB)
--------matmult.Rd(5KB)
--------slice.Rd(4KB)
--------rbind_csr.Rd(1KB)
--------operators.Rd(3KB)
--------t_shallow.Rd(1KB)
--------sort_sparse_indices.Rd(1KB)
--------conversions.Rd(3KB)
----README.md(5KB)
----tests()
--------testthat.R(108B)
--------testthat()
----DESCRIPTION(1KB)