The fastest sparse grid code ever.

Friday, January 4th, 2008

In my strive for even faster code, I finally followed a vague idea I had: There are those template things in c++. So I began writing grid generation code and had a hard time with it. Mainly because I did not know the mighty typename keyword. In the end I was successful: Creating a grid [...]