NOAA-FIMS / FIMS

The repository for development of FIMS
https://noaa-fims.github.io/FIMS/
GNU General Public License v3.0
11 stars 7 forks source link

[Developer Issue]: fims::Vector operators #596

Closed msupernaw closed 2 weeks ago

msupernaw commented 2 weeks ago

Issue details

We need to decide at what level fims::Vector operators should be implemented. Do we just allow for implicit conversion to a scalar for vectors of size 1 (original intent), or do we allow full vectorization of vector/vector and vector/scalar operations. Currently, all are implemented and wrapped in def statements.