Can I instanciate a Matrix without specifying its size?
It is possible to create a zero size matrix:
Matrix m = MatrixFactory.zeros(0, 0);
Universal Java Matrix Package
It is possible to create a zero size matrix:
Matrix m = MatrixFactory.zeros(0, 0);