x_array Home
Brought to you by:
nasos_i
x array is a multidimensional array template class for C++. The library incorporates techniques from the C++0X standard to achieve a unified interface for both fixed and dynamic storage types.
The library has specific optimizations that makes it ideal for array types ranging from small static (for example c-like 3-vector struct) up to large dynamic multi-dimensional arrays.
THIS SITE IS UNDER CONSTRUCTION