Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Put all detail in a tensor sub-folder #48

Open
coder3101 opened this issue Aug 6, 2019 · 0 comments
Open

Put all detail in a tensor sub-folder #48

coder3101 opened this issue Aug 6, 2019 · 0 comments
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@coder3101
Copy link
Collaborator

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.

@coder3101 coder3101 added the enhancement New feature or request label Aug 6, 2019
@coder3101 coder3101 added this to the Post GSOC 19 milestone Aug 18, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants