You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Most of Boost Libraries have a separate subfolder named detail which contains mostly detail and implementation of algorithm and contains detail namespace.
In the current tensor extension the detail namespace are mangled into public uBLAS namespace. This is bad from abstraction point of view and also maintainability and readability.
We should reorganize our files so that we have a structure that is same as most Boost Libraries.
The text was updated successfully, but these errors were encountered:
Most of Boost Libraries have a separate subfolder named detail which contains mostly detail and implementation of algorithm and contains detail namespace.
In the current tensor extension the detail namespace are mangled into public uBLAS namespace. This is bad from abstraction point of view and also maintainability and readability.
We should reorganize our files so that we have a structure that is same as most Boost Libraries.
The text was updated successfully, but these errors were encountered: