Djinni
2.2
|
A recursive templatized structure representing a one-dimensional matrix. More...
#include <TSPTWWorld.h>
A recursive templatized structure representing a one-dimensional matrix.
Originally we had our own Matrix class to provide arbitrary dimensions, but implemented it via runtime checks and nonrecursive structures. As it turns out this was precisely the wrong thing to do. Switching to a recursive template resulted in immense performance improvements.
Definition at line 61 of file TSPTWWorld.h.