#include "pinocchio/autodiff/cppad.hpp"
#include <cppad/speed/det_by_minor.hpp>
#include <boost/variant.hpp>
#include <iostream>
#include <boost/test/unit_test.hpp>
#include <boost/utility/binary.hpp>
Go to the source code of this file.
Functions | |
BOOST_AUTO_TEST_CASE (test_abs) | |
BOOST_AUTO_TEST_CASE (test_atan2) | |
BOOST_AUTO_TEST_CASE (test_eigen_max) | |
BOOST_AUTO_TEST_CASE (test_eigen_min) | |
BOOST_AUTO_TEST_CASE (test_eigen_support) | |
BOOST_AUTO_TEST_CASE (test_example1_cppad) | |
BOOST_AUTO_TEST_CASE (test_example2_cppad) | |
BOOST_AUTO_TEST_CASE (test_sincos) | |
BOOST_AUTO_TEST_CASE | ( | test_abs | ) |
Definition at line 245 of file cppad/basic.cpp.
BOOST_AUTO_TEST_CASE | ( | test_atan2 | ) |
Definition at line 252 of file cppad/basic.cpp.
BOOST_AUTO_TEST_CASE | ( | test_eigen_max | ) |
Definition at line 201 of file cppad/basic.cpp.
BOOST_AUTO_TEST_CASE | ( | test_eigen_min | ) |
Definition at line 174 of file cppad/basic.cpp.
BOOST_AUTO_TEST_CASE | ( | test_eigen_support | ) |
Definition at line 228 of file cppad/basic.cpp.
BOOST_AUTO_TEST_CASE | ( | test_example1_cppad | ) |
Definition at line 17 of file cppad/basic.cpp.
BOOST_AUTO_TEST_CASE | ( | test_example2_cppad | ) |
Definition at line 68 of file cppad/basic.cpp.
BOOST_AUTO_TEST_CASE | ( | test_sincos | ) |
Definition at line 140 of file cppad/basic.cpp.