我想写不同的数组类与不同的策略的包装。政策阵列类设计包装
例如:
typedef ArrayType<useValArray,StdAllocator> Array; // one global assignment
我想使用的类象快棋++阵列
例如:
Array<double,2> x(2,2); //maps the Array to an Valarray or to a Blitz++ Array
Array<double,2> x2(5,6);
这是更多钞票?我需要了解哪些技术?