12 #ifndef HAMMER_MATH_MULTIDIM_OPS_Convert
13 #define HAMMER_MATH_MULTIDIM_OPS_Convert
22 namespace MultiDimensional {
25 class VectorContainer;
26 class SparseContainer;
33 Convert(
bool destinationSparse =
true);
Convert(bool destinationSparse=true)
Forward declarations of types used in the tensor classes.
IContainer * error(IContainer &)
IContainer * operator()(VectorContainer &first)
IContainer * toSparse(VectorContainer &first)
IContainer * toVector(SparseContainer &first)