tensorA (version 0.36.1)

undrop.tensor: Adds a spurious dimension to a tensor

Description

A dimension of length 1 is added a given position to a tensor

Usage

undrop.tensor(A,name,pos=1)

Arguments

A

the tensor

name

the name of the dimension to be added

pos

the position, where to insert the new dimension

Value

A tensor with one extra dimension of length 1 with name name at position pos.

Details

The function is a pure convenience function.

Examples

Run this code
# NOT RUN {
A <- to.tensor(1:4,c(a=2,b=2))
undrop.tensor(A,"i")
# }

Run the code above in your browser using DataLab