I'm using the Universal Java Matrix Package (UJMP) for handling matrices. My problem now is that the matrices are fixed in size but I would like to add or remove rows or columns.
Does somebody have an idea how this can be achieved efficiently without just creating a new matrix each time a row or columns gets added/removed?