added exercise 5_5

This commit is contained in:
jakob.schratter 2025-12-10 09:25:33 +01:00
commit 18f4633f0f
30 changed files with 214553 additions and 0 deletions

5
ex5/ex5_5/ToDo.txt Normal file
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