# NOT RUN {
v <- MatrixArray (2, NR=NA, NC=NA)
v [[1]] <- matrix (1:4, 2, 2)
v [[2]] <- matrix (5:8, 2, 2)
v
t <- diag (c (2, 2) )
u <- t
# }
# NOT RUN {
<!-- %*% v -->
# }
# NOT RUN {
u
u [[1]]
u [[2]]
# }
Run the code above in your browser using DataLab