This commit is contained in:
Lisa Pizzo 2025-12-16 11:08:43 +01:00
commit 7356f2d8b5
5 changed files with 138644 additions and 0 deletions

View file

@ -0,0 +1,5 @@
// Jan 15, 2019
geom.h:75 void SetValues(std::vector<double> &v) const; // GH: TODO with functor
Set vector values using a functor ff(x,y).
See solution in Progs/cds