Items of this matrix, rows by rows

Property definitions

matrix $ Matrix :: _items
	# Items of this matrix, rows by rows
	private var items = new NativeDoubleArray(width*height) is lazy
lib/matrix/matrix.nit:30,2--31,64