Package: DyadiCarma 1.0.1

Hanqing Wu

DyadiCarma: Dyadic Matrices and their Algebra using 'Rcpp' and 'RcppArmadillo'

Provides methods for efficient algebraic operations and factorization of dyadic matrices using 'Rcpp' and 'RcppArmadillo'. The details of dyadic matrices and the corresponding methodology are described in Kos, M., Podgórski, K., and Wu, H. (2025) <doi:10.48550/arXiv.2505.08144>.

Authors:Michal Kos [aut], Krzysztof Podgorski [aut, cph], Hanqing Wu [aut, cre]

DyadiCarma_1.0.1.tar.gz
DyadiCarma_1.0.1.tar.gz(r-4.7-arm64)DyadiCarma_1.0.1.tar.gz(r-4.7-x86_64)DyadiCarma_1.0.1.tar.gz(r-4.6-arm64)DyadiCarma_1.0.1.tar.gz(r-4.6-x86_64)
DyadiCarma_1.0.1.tgz(r-4.6-emscripten)
manual.pdf |manual.html
card.svg |card.png
DyadiCarma/json (API)

# Install 'DyadiCarma' in R:
install.packages('DyadiCarma', repos = c('https://cran.r-universe.dev', 'https://cloud.r-project.org'))
Uses libs:
  • openblas– Optimized BLAS
  • c++– GNU Standard C++ Library v3

On CRAN:

Conda:

This package does not link to any Github/Gitlab/R-forge repository. No issue tracker or development information is available.

openblascpp

1.70 score 588 downloads 5 exports 2 dependencies

Last updated from:c0563fa132. Checks:6 OK. Indexed: no.

TargetResultTimeFilesSyslog
linux-devel-arm64OK187
linux-devel-x86_64OK139
source / vignettesOK204
linux-release-arm64OK151
linux-release-x86_64OK140
wasm-releaseOK132

Exports:as.dyadicas.matrixconstructdyadFact

Dependencies:RcppRcppArmadillo

Readme and manuals

Help Manual

Help pageTopics
Matrix multiplication of dyadic objects%*%,Dyadic,Dyadic-method
Extract a 'Dyadic' object from a numeric matrixas.dyadic
Matrix representation of dyadic objectsas.matrix as.matrix,Dyadic-method
Construction of a 'Dyadic' objectconstruct
Efficient factorization of a positive definite symmetrically dyadic matrix.dyadFac
Arithmetic methods for Dyadic objects*,Dyadic,numeric-method *,numeric,Dyadic-method +,Dyadic,Dyadic-method -,Dyadic,ANY-method -,Dyadic,Dyadic-method Dyadic Arithmetic
The class to represent a dyadic matrixDyadic-class
Transpose of a 'Dyadic' objectt,Dyadic-method