Package: MatrixExtra
Type: Package
Title: Extra Methods for Sparse Matrices
Version: 0.1.2
Authors@R: c(
  person(given="David", family="Cortes", role=c("aut", "cre", "cph"),
         email="david.cortes.rivera@gmail.com"),
  person(given="Dmitry", family="Selivanov", role="cph")
  )
Maintainer: David Cortes <david.cortes.rivera@gmail.com>
Description: Extends sparse matrix and vector classes from the 'Matrix' package by providing: 
  (a) Methods and operators that work natively on CSR formats (compressed sparse row, 
  a.k.a. 'RsparseMatrix') such as slicing/sub-setting, assignment, rbind(), 
  mathematical operators for CSR and COO such as addition ("+") or sqrt(), and methods such as diag(); 
  (b) Multi-threaded matrix multiplication and cross-product for many <sparse, dense> types, 
  including the 'float32' type from 'float'; 
  (c) Coercion methods between pairs of classes which are not present in 'Matrix', 
  such as 'dgCMatrix' -> 'ngRMatrix', as well as convenience conversion functions; 
  (d) Utility functions for sparse matrices such as sorting the indices or removing 
  zero-valued entries; 
  (e) Fast transposes that work by outputting in the opposite storage format;
  (f) Faster replacements for many 'Matrix' methods for all sparse types, such as
  slicing and elementwise multiplication.
License: GPL (>= 2)
Depends: Matrix (>= 1.3), methods
Imports: Rcpp, RhpcBLASctl, float
LinkingTo: Rcpp
Suggests: testthat, data.table
URL: https://github.com/david-cortes/MatrixExtra
BugReports: https://github.com/david-cortes/MatrixExtra/issues
RoxygenNote: 7.1.1
NeedsCompilation: yes
Packaged: 2021-05-11 17:20:06 UTC; david
Author: David Cortes [aut, cre, cph],
  Dmitry Selivanov [cph]
Repository: CRAN
Date/Publication: 2021-05-13 08:32:11 UTC
