Hi,

In R (as well as in python), we can store values list within list. Say I've 2 
matrix with different dimensions,

x <- matrix(1:10, ncol=2)
y <- matrix(1:5, ncol=1)


FinalList <- c(x, y)


Is it possible to do such form in systemML? I'm not looking for cbind or rbind.


Thank you!

Arijit

Reply via email to