root/OptimizingMATLABCode/SimpleCoder/myTestBench2.m @ 11
a = myMult(rand(1 ), rand(1 ));
|
|
b = myMult(rand(3,4), rand(4,5));
|
|
c = myMult(rand(5,8), rand(8,3));
|
|
d = myMult(rand(1,9), rand(9,9));
|
- « Previous
- 1
- …
- 3
- 4
- 5
- Next »