Timeline for Speedup matrix number multiplication
Current License: CC BY-SA 3.0
3 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| May 16, 2016 at 14:29 | comment | added | xslittlegrass | It seems that your conjecture is correct, we can test it using the two ways of passing arguments in LibraryLink. See my answer. | |
| May 15, 2016 at 12:38 | comment | added | Michael E2 | Rectangular matrices? For me, with mtx = RandomReal[{0, 1}, {100000, 1}]; ls = RandomReal[{0, 1}, {1}];, Times is faster than Dot. Varying the number of rows and columns results in a various results, although I have not systematically explored the behavior. | |
| May 15, 2016 at 10:14 | history | answered | Mr.Wizard | CC BY-SA 3.0 |