0.2-3 (Aug 28, 2020)
	* Added functions for array multiplication and bracket product.
	* Added functions to do operations envolving the commutation matrix.
	* Functions for inner products and norms for matrices were included.
	* Added 'minkowski' function to Lp-norm computation on vectors.
	* Added function to do column-equilibration on rectangular matrices with the
	  aim of reduce its condition number.
	* A routine for computation of the dominant eigenvalue and its associated eigenvector
	  using the power method was included.
	* Added a function to carry out the sweep operator on symmetric matrices.
	* An implementation of Sherman-Morrison formula was added.

0.2 (Aug 14, 2020)
	* Initial release of the fastmatrix package on CRAN
