id	summary	reporter	owner	description	type	status	priority	milestone	component	resolution	keywords	cc	work_issues	upstream	reviewer	author	merged	dependencies	stopgaps
4258	switch multiplication of dense matrices over finite prime fields to LinBox	malb	malb	"{{{
sage: A = random_matrix(GF(3),2000,2000)
sage: %time A*A
2000 x 2000 dense matrix over Finite Field of size 3
CPU time: 14.69 s,  Wall time: 15.08 s
}}}

{{{
sage: %time A._multiply_linbox(A)
2000 x 2000 dense matrix over Finite Field of size 3
CPU time: 2.47 s,  Wall time: 2.55 s
}}}"	enhancement	closed	major	sage-duplicate/invalid/wontfix	linbox	duplicate	linbox, linear algebra	cpernet burcin jason SimonKing		N/A	Martin Albrecht				
