Package: DelayedTensor Type: Package Title: R package for sparse and out-of-core arithmetic and decomposition of Tensor Version: 1.19.0 Authors@R: c(person("Koki", "Tsuyuzaki", role = c("aut", "cre"), email = "k.t.the-answer@hotmail.co.jp")) Depends: R (>= 4.1.0) Imports: methods, utils, S4Arrays, SparseArray, DelayedArray (>= 0.31.8), HDF5Array, BiocSingular, rTensor, DelayedRandomArray (>= 1.13.1), irlba, Matrix, einsum, Suggests: markdown, rmarkdown, BiocStyle, knitr, testthat, magrittr, dplyr, reticulate Description: 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. License: Artistic-2.0 biocViews: Software, Infrastructure, DataRepresentation, DimensionReduction LazyData: true LazyDataCompression: xz VignetteBuilder: knitr BugReports: https://github.com/rikenbit/DelayedTensor/issues Config/pak/sysreqs: libssl-dev zlib1g-dev Repository: https://bioc.r-universe.dev Date/Publication: 2026-04-28 12:56:21 UTC RemoteUrl: https://github.com/bioc/DelayedTensor RemoteRef: HEAD RemoteSha: ebd03f4702b6dfb051c30c4d7c7c3110c484ba80 NeedsCompilation: no Packaged: 2026-07-04 14:28:09 UTC; root Author: Koki Tsuyuzaki [aut, cre] Maintainer: Koki Tsuyuzaki