[roboptim-commit] [laas/roboptim-core] 82c719: Add experimental refs support.
Status: Beta
Brought to you by:
flamiraux
From: GitHub <no...@gi...> - 2013-02-06 02:15:06
|
Branch: refs/heads/topic/refs Home: https://github.com/laas/roboptim-core Commit: 82c719a6d00c92af1e2e99090f6750187baacfb6 https://github.com/laas/roboptim-core/commit/82c719a6d00c92af1e2e99090f6750187baacfb6 Author: Thomas Moulard <tho...@gm...> Date: 2013-02-05 (Tue, 05 Feb 2013) Changed paths: M include/roboptim/core/constant-function.hh M include/roboptim/core/debug.hh M include/roboptim/core/derivable-parametrized-function.hh M include/roboptim/core/differentiable-function.hh M include/roboptim/core/filter/cached-function.hh M include/roboptim/core/filter/cached-function.hxx M include/roboptim/core/filter/split.hh M include/roboptim/core/filter/split.hxx M include/roboptim/core/finite-difference-gradient.hh M include/roboptim/core/finite-difference-gradient.hxx M include/roboptim/core/function.hh M include/roboptim/core/identity-function.hh M include/roboptim/core/linear-function.hh M include/roboptim/core/n-times-derivable-function.hh M include/roboptim/core/numeric-linear-function.hh M include/roboptim/core/numeric-quadratic-function.hh M include/roboptim/core/parametrized-function.hh M include/roboptim/core/problem.hxx M include/roboptim/core/sum-of-c1-squares.hh M include/roboptim/core/twice-differentiable-function.hh M src/constant-function.cc M src/differentiable-function.cc M src/finite-difference-gradient.cc M src/identity-function.cc M src/linear-function.cc M src/numeric-linear-function.cc M src/numeric-quadratic-function.cc M src/sum-of-c1-squares.cc M src/util.cc M tests/cached-function.cc M tests/derivable-function.cc M tests/derivable-parametrized-function.cc M tests/finite-difference-gradient.cc M tests/function.cc M tests/linear-function.cc M tests/n-times-derivable-function.cc M tests/parametrized-function.cc M tests/plugin.cc M tests/quadratic-function.cc M tests/simple.cc M tests/split.cc M tests/twice-derivable-function.cc M tests/visualization-gnuplot-function.cc Log Message: ----------- Add experimental refs support. |