# -------------------------------------------- # CITATION file created with {cffr} R package # See also: https://docs.ropensci.org/cffr/ # -------------------------------------------- cff-version: 1.2.0 message: 'To cite package "DelayedTensor" in publications use:' type: software license: Artistic-2.0 title: 'DelayedTensor: R package for sparse and out-of-core arithmetic and decomposition of Tensor' version: 1.11.0 abstract: 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. authors: - family-names: Tsuyuzaki given-names: Koki email: k.t.the-answer@hotmail.co.jp repository: https://bioc.r-universe.dev repository-code: https://github.com/rikenbit/DelayedTensor url: https://github.com/rikenbit/DelayedTensor contact: - family-names: Tsuyuzaki given-names: Koki email: k.t.the-answer@hotmail.co.jp