if (FALSE) {
# basic example
x <- 3.14 # arbitrary value
Pm_x <- LazyTensor(x) # creating scalar parameter LazyTensor from x
m <- 2
n <- 3
elemT_x <- elemT(Pm_x, m, n) # symbolic vector
}
Run the code above in your browser using DataLab