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.5)symDMatrix_2.1.1.zip(r-4.4)symDMatrix_2.1.1.zip(r-4.3)
symDMatrix_2.1.1.tgz(r-4.4-any)symDMatrix_2.1.1.tgz(r-4.3-any)
symDMatrix_2.1.1.tar.gz(r-4.5-noble)symDMatrix_2.1.1.tar.gz(r-4.4-noble)
symDMatrix_2.1.1.tgz(r-4.4-emscripten)symDMatrix_2.1.1.tgz(r-4.3-emscripten)
symDMatrix.pdf |symDMatrix.html✨
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 4 years agofrom:f84f43227b. Checks:OK: 7. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Oct 09 2024 |
R-4.5-win | OK | Oct 09 2024 |
R-4.5-linux | OK | Oct 09 2024 |
R-4.4-win | OK | Oct 09 2024 |
R-4.4-mac | OK | Oct 09 2024 |
R-4.3-win | OK | Oct 09 2024 |
R-4.3-mac | OK | Oct 09 2024 |
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 |