Pressio / pressio

core C++ library
Other
45 stars 7 forks source link

pressio/expressions and ops: simplify, cleanup, improve tests #652

Closed fnrizzi closed 6 months ago

fnrizzi commented 10 months ago

this issue is about pressio/expressions and pressio/ops. The main focus is on making the corresponding tests better and more complete.

why i don't like the current status

what i like to explore/have

I like to come up with a design/structure such that

right now, this is hard to do and has to be done kind of repeatedly as seen while doing the work on the column of a tpetra block multivector https://github.com/Pressio/pressio/pull/647