Skip to content

Make tensor expression's copy constructor private #57

@coder3101

Description

@coder3101

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.

Metadata

Metadata

Assignees

Labels

codingImplementing the feature

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions