no, right now, we don't support structs or complex objects.

Regards,
Matthias

On 4/21/2017 4:17 AM, arijit chakraborty wrote:
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