Package: symDMatrix 2.1.1

Alexander Grueneberg
symDMatrix: Partitioned Symmetric Matrices
A matrix-like class to represent a symmetric matrix partitioned into file-backed blocks.
Authors:
symDMatrix_2.1.1.tar.gz
symDMatrix_2.1.1.zip(r-4.7)symDMatrix_2.1.1.zip(r-4.6)symDMatrix_2.1.1.zip(r-4.5)
symDMatrix_2.1.1.tgz(r-4.6-any)symDMatrix_2.1.1.tgz(r-4.5-any)
symDMatrix_2.1.1.tar.gz(r-4.7-any)symDMatrix_2.1.1.tar.gz(r-4.6-any)
symDMatrix_2.1.1.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
symDMatrix/json (API)
NEWS
| # Install 'symDMatrix' in R: |
| install.packages('symDMatrix', repos = c('https://quantgen.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/quantgen/symdmatrix/issues
Last updated from:f84f43227b. Checks:9 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-x86_64 | OK | 119 | ||
| source / vignettes | OK | 229 | ||
| linux-release-x86_64 | OK | 116 | ||
| macos-release-arm64 | OK | 173 | ||
| macos-oldrel-arm64 | OK | 184 | ||
| windows-devel | OK | 90 | ||
| windows-release | OK | 79 | ||
| windows-oldrel | OK | 97 | ||
| wasm-release | OK | 105 |
Exports:as.symDMatrixblockIndexblockSizeload.symDMatrixnBlockssymDMatrix
Dependencies:bitcrochetffLinkedMatrix
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| A Package Providing Symmetric Matrices Partitioned into File-Backed Blocks | symDMatrix-package |
| Coerce an Object to a symDMatrix Object | as.symDMatrix |
| Coerce a Character Vector to a symDMatrix Object | as.symDMatrix.character |
| Coerce a Matrix to a symDMatrix Object | as.symDMatrix.matrix |
| Return the Block Structure of a symDMatrix Object | blockIndex |
| Return the Block Size of a symDMatrix Object | blockSize |
| Load symDMatrix Objects from .RData Files | load.symDMatrix |
| Return the Number of Column/Row Blocks of a symDMatrix Object | nBlocks |
| Create a New symDMatrix Instance | symDMatrix |
| A Matrix-Like Class to Represent a Symmetric Matrix Partitioned into File-Backed Blocks | symDMatrix-class |