Iterate over the values in this matrix

Property definitions

matrix $ Matrix :: iterator
	# Iterate over the values in this matrix
	fun iterator: MapIterator[MatrixCoordinate, Float] do return new MatrixIndexIterator(self)
lib/matrix/matrix.nit:239,2--240,91