Module docstring
{"# Row and column matrices
This file provides results about row and column matrices.
Main definitions
Matrix.replicateRow ι r : Matrix ι n α: the matrix where every row is the vectorr : n → αMatrix.replicateCol ι c : Matrix m ι α: the matrix where every column is the vectorc : m → αMatrix.updateRow M i r: update theith row ofMtorMatrix.updateCol M j c: update thejth column ofMtoc
","### Updating rows and columns ","Updating rows and columns commutes in the obvious way with reindexing the matrix. ","reindex versions of the above submatrix lemmas for convenience. "}