Release Notes: This version adds a non-bounds checked index function to complement the bounds checked index function to mimic STL containers (it provides both at(index) and [index]).


Release Notes: This version adds a non-bounds checked index function to complement the bounds checked index function to mimic STL containers (it provides both at(index) and [index]).


Release Notes: The code is feature complete for int and double, with more to come.