sptensor-class: An S4 class for a sparse tensor

Description Slots

Description

Stores the tensor in co-ordinate (COO) format. Non-zero entries are stored by their subscripts (i1,i2,i3,...,in) the subs matrix and their vals in the vals vector.

Slots

subs

matrix with length(dims) rows and length(vals) cols.

vals

values of non-zero entries.

dims

sizes of each dimension


tensorr documentation built on May 2, 2019, 3:26 a.m.