LLNL / libROM

Data-driven model reduction library with an emphasis on large scale parallelism and linear subspace methods
https://www.librom.net
Other
203 stars 36 forks source link

templatize parametric dmd #120

Closed kevinhkhuynh closed 2 years ago

kevinhkhuynh commented 2 years ago

We need to be able to call the friend function getParametricDMD for any derived class of DMD and create that specific derived class of DMD depending on what type of DMD was used to train with.

Making getParametricDMD a templated function is a good way to do this.