v1.0.5
- Add
AbstractMatrix.squeeze(self). - Add
AbstractMatrix.reshape(self, shape). - Add
AbstractMatrix.reshape(self, *shape). - Add
AbstractMatrix.flatten(self). - Add
AbstractMatrix.diagonal(self). - Improve tests.
AbstractMatrix.squeeze(self).AbstractMatrix.reshape(self, shape).AbstractMatrix.reshape(self, *shape).AbstractMatrix.flatten(self).AbstractMatrix.diagonal(self).