LLNL / libROM

Model reduction library with an emphasis on large scale parallelism and linear subspace methods
https://www.librom.net
Other
201 stars 36 forks source link

Make CAROM::Vector compliant with the rule of 3 (or 5) #4

Open goxberry opened 5 years ago

rw-anderson commented 5 years ago

Vector seems to have a copy constructor, copy assignment operator, and destructor. What did you have in mind here?