Something like this would be nice. let mymatrix = matrix(); .... add things to mymatrix.... let s = size(mymatrix); let n = matrix().resize(s);
Something like this would be nice.
let mymatrix = matrix();
.... add things to mymatrix....
let s = size(mymatrix);
let n = matrix().resize(s);