lene / HyperspaceExplorer

Displays four-dimensional objects and functions by projecting them into three-dimensional space. Viewpoint transformations and parameter changes are displayed in real time.
http://hyperspace-expl.sourceforge.net/
GNU General Public License v2.0
3 stars 0 forks source link

Faster matrix multiplication #32

Closed lene closed 10 years ago

lene commented 10 years ago

use template metaprogramming-generated Matrix class and a corresponding Vector class to speed up computations

lene commented 10 years ago
lene commented 10 years ago
lene commented 10 years ago
lene commented 10 years ago
lene commented 10 years ago

Template metaprogramming doesn't seem to cut it. The benefits are not worth the hassle. Maybe I could implement a policy-based design for the matrix classes. Interesting exercise, but is it worth the time? Currently, I think not.

lene commented 10 years ago

This Tracker item was closed automatically by the system. It was previously set to a Pending status, and the original submitter did not respond within 14 days (the time period specified by the administrator of this Tracker).

lene commented 10 years ago