Learn R Programming

tensorr (version 0.1.1)

unfolded_dtensor: Construct an unfolded dense tensor

Description

Construct an '>unfolded_dtensor from a dense matrix, mode, and dimensions of original tensor.

Usage

unfolded_dtensor(mat, mode, tensor_dims)

# S4 method for Matrix,numeric,numeric unfolded_dtensor(mat, mode, tensor_dims)

Arguments

mat

dense matrix representing unfolded tensor

mode

dimension to unfold tensor along

tensor_dims

original dimensions of tensor (useful for re-folding)

See Also

unfolded_dtensor-class for class documentation.