Module docstring
{"# Changing the index type of a matrix
This file concerns the map Matrix.reindex, mapping a m by n matrix
to an m' by n' matrix, as long as m ≃ m' and n ≃ n'.
Main definitions
Matrix.reindexLinearEquiv R A:Matrix.reindexis anR-linear equivalence betweenA-matrices.Matrix.reindexAlgEquiv R:Matrix.reindexis anR-algebra equivalence betweenR-matrices.
Tags
matrix, reindex
"}