- 17 Dec, 2019 1 commit
-
-
Pierre Fernbach authored
-
- 02 Dec, 2019 2 commits
-
-
Pierre Fernbach authored
compute_derivate return raw pointer instead of shared_ptr (to use covariant return type, required for python API)
-
Pierre Fernbach authored
-
- 30 Nov, 2019 7 commits
-
-
Pierre Fernbach authored
-
Pierre Fernbach authored
-
-
-
-
-
-
- 29 Nov, 2019 1 commit
-
-
Pierre Fernbach authored
-
- 27 Nov, 2019 5 commits
-
-
Pierre Fernbach authored
-
-
Pierre Fernbach authored
-
Pierre Fernbach authored
-
Pierre Fernbach authored
-
- 01 Nov, 2019 1 commit
-
-
Guilhem Saurel authored
-
- 10 Oct, 2019 1 commit
-
-
stevet authored
-
- 24 Sep, 2019 1 commit
-
-
Guilhem Saurel authored
-
- 23 Sep, 2019 4 commits
-
-
Pierre Fernbach authored
-
Pierre Fernbach authored
polynomial and piecewise_polynomial : remove dim from template and init it from the size of the points
-
Pierre Fernbach authored
-
Pierre Fernbach authored
-
- 03 Sep, 2019 17 commits
-
-
-
-
-
-
-
[Serialization] Add template on save and load function for serialization => Now able to load in abstract pointer
-
Modif of Pierre : Add docstring in python API for piecewise polynomial and polynomial / Init T_min and T_max in empty constructor of curves
-
-
[Version boost] Remove warning for boost serialization version => Do something in function of version if needed ?
-
Add Python bindings for serialization of bezier,hermite,polynomial curves/piecewise curves => All tests ok
-
-
-
Use serialization/archive functions for serialization / Delete test class for serialization / Make test ok (not python test for serialization)
-
-
-
-
-