_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/
r-matrixextra 0.1.15
Propagated dependencies: r-float@0.3-2 r-matrix@1.7-1 r-rcpp@1.0.13-1 r-rhpcblasctl@0.23-42
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/david-cortes/MatrixExtra
Licenses: GPL 2+
Synopsis: Extra methods for sparse matrices
Description:

This package extends sparse matrix and vector classes from the Matrix package by providing:

  1. 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();

  2. Multi-threaded matrix multiplication and cross-product for many <sparse, dense> types, including the float32 type from float;

  3. Coercion methods between pairs of classes which are not present in Matrix, such as from dgCMatrix to ngRMatrix, as well as convenience conversion functions;

  4. Utility functions for sparse matrices such as sorting the indices or removing zero-valued entries;

  5. Fast transposes that work by outputting in the opposite storage format;

  6. Faster replacements for many Matrix methods for all sparse types, such as slicing and elementwise multiplication.

  7. Convenience functions for sparse objects, such as mapSparse or a shorter show method.

Total results: 1