Hacker News new | ask | show | jobs
by ph2082 1724 days ago
I can't think of use case for this.
2 comments

    new List< List< List<String> > >();
seems a reasonable model of,

    new Table< Column< Row >> ();
You cannot think of a usecase for list of matrices or a usecase for 3-tensor?