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
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: