Multidimensional sparse array (3-way tensor) in R
06:53 11 Dec 2012

Using the Matrix package I can create a two-dimensional sparse matrix.

Can someone suggest a package that would allow me to create a multidimensional (specifically a 3-dimensional) sparse matrix (array, or technically a three-way tensor) in R?

r tensor