getSparse: Getter of the intermediate/output DelayedArray object in...

View source: R/Global-settings.R

getSparseR Documentation

Getter of the intermediate/output DelayedArray object in DelayedTensor

Description

Whether the intermediate and output DelayedArray used in DelayedTensor is used as sparse tensor or not.

NOTE: Sparse mode is experimental! Whether it contributes to higher speed and lower memory is quite dependent on the sparsity of the DelayedArray, and the current implementation does not recognize the block size, which may cause Out-of-Memory errors.

Usage

getSparse()

Value

TRUE or FALSE (Default: FALSE)

Examples

getSparse()

rikenbit/DelayedTensor documentation built on Jan. 30, 2023, 6:15 p.m.