- Home
- Bioconductor 3.22
- Software Packages
- DelayedTensor
DelayedTensor
This is the released version of DelayedTensor; for the devel version, see DelayedTensor.
R package for sparse and out-of-core arithmetic and decomposition of Tensor
Bioconductor version: Release (3.22)
DelayedTensor operates Tensor arithmetic directly on DelayedArray object. DelayedTensor provides some generic function related to Tensor arithmetic/decompotision and dispatches it on the DelayedArray class. DelayedTensor also suppors Tensor contraction by einsum function, which is inspired by numpy einsum.
Author: Koki Tsuyuzaki [aut, cre]
Maintainer: Koki Tsuyuzaki <k.t.the-answer at hotmail.co.jp>
citation("DelayedTensor")):
Installation
To install this package, start R (version "4.5") and enter:
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("DelayedTensor")
For older versions of R, please refer to the appropriate Bioconductor release.
Documentation
To view documentation for the version of this package installed in your system, start R and enter:
browseVignettes("DelayedTensor")
Details
See More
Package Archives
Follow Installation instructions to use this package in your R session.