Message view | « Date » · « Thread » |
---|---|
Top | « Date » · « Thread » |
From | arijit chakraborty <ak...@hotmail.com> |
Subject | Vector of Matrix |
Date | Fri, 21 Apr 2017 11:17:02 GMT |
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 | |
Mime |
|
View raw message |