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

Make tensor expression's copy constructor private #57

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

Make tensor expression's copy constructor private #57

coder3101 opened this issue Aug 26, 2019 · 0 comments
Assignees
Labels
coding Implementing the feature

Comments

@coder3101
Copy link
Collaborator

As pointed out by the mentor we should hide away all the underlying Expression templates used.

We wish to achieve the following:

auto val = A+B;

In current expression templates, auto is a tensor Expression type. We want auto to be tensor. We do not want to eliminate Expression templates but we want that every time assignment operator is found we evaluate it and make a tensor.

@coder3101 coder3101 added the coding Implementing the feature label Aug 26, 2019
@coder3101 coder3101 self-assigned this Aug 26, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
coding Implementing the feature
Projects
None yet
Development

No branches or pull requests

1 participant