#include <iostream>
#include <pinocchio/math/eigenvalues.hpp>
#include <boost/variant.hpp>
#include <boost/test/unit_test.hpp>
#include <boost/utility/binary.hpp>
#include <Eigen/Eigenvalues>
#include <algorithm>
Go to the source code of this file.
Functions | |
BOOST_AUTO_TEST_CASE (test_identity) | |
BOOST_AUTO_TEST_CASE (test_random_matrix) | |
BOOST_AUTO_TEST_CASE | ( | test_identity | ) |
Definition at line 21 of file eigenvalues.cpp.
BOOST_AUTO_TEST_CASE | ( | test_random_matrix | ) |
Definition at line 31 of file eigenvalues.cpp.