Matrix multiplication: Difference between revisions

Content added Content deleted
(Updated 4th version)
Line 1,058:
 
void main() {
immutable int[2$][3$] a = [[1, 2], [3, 4], [3, 6]];
immutable int[3$][2$] b = [[-3, -8, 3,], [-2, 1, 4]];
 
enum form = "[%([%(%d, %)],\n %)]]";