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

Merge GinacExVf and GinacMatrix #1475

Closed
vincentchabannes opened this issue May 14, 2020 · 0 comments
Closed

Merge GinacExVf and GinacMatrix #1475

vincentchabannes opened this issue May 14, 2020 · 0 comments
Assignees

Comments

@vincentchabannes
Copy link
Member

These classes are very similar and can be merged in order to simplify the dev/support of symbolic expr. We can also support this kinds of expr (all identical) :

auto a1 = expr( "3*u+v:u:v");
auto a2 = expr( "{3*u+v}:u:v");
auto a3 = expr<1,1>( "3*u+v:u:v");
auto a4 = expr<1,1>( "{3*u+v}:u:v");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant