﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
29	matrix multiplication tiling is incorrect	Stephen Siegel	zirkel	In the matrix multiplication example, tass correctly points out that there can be an array out of bounds error.  This is because we are not assuming that BB divides N.  To fix it, you need to possibly adjust the loop upper limit on the last iteration----see tile example.	defect	closed	major		examples	1.0	fixed	tile example matrix multiplication	
