cristi1990an / Tensor-plus-plus

tensor_lib::tensor is a class template that describes a mathematical tensor, implemented as a heap allocated array. It is build as an alternative to structures such as std::vector <std::vector <std::vector<...>>>, replicating its behaviour and syntax almost entirely with the added benefits of having its data contiguous in memory.
1 stars 3 forks source link

For now no TENSORLIB_NOEXCEPT_IN_RELEASE for swap() until I figure ou… #1

Closed cristi1990an closed 3 years ago

cristi1990an commented 3 years ago

…t why it doesn't work