in reply to Fast matrix multiplication
Interestingly, this came up today on perl.com's entry from the Perl Cookbook.
Use PDL, which overloads the '*' operator (among others) to multiply a matrix.
----
I wanted to explore how Perl's closures can be manipulated, and ended up creating an object system by accident.
-- Schemer
Note: All code is untested, unless otherwise stated
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Fast matrix multiplication
by etj (Priest) on Feb 20, 2022 at 15:25 UTC |