#include <iostream>
#include <pinocchio/math/lanczos-decomposition.hpp>
#include <boost/variant.hpp>
#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_diagonal_matrix) | |
BOOST_AUTO_TEST_CASE (test_identity) | |
BOOST_AUTO_TEST_CASE (test_random) | |
BOOST_AUTO_TEST_CASE | ( | test_diagonal_matrix | ) |
Definition at line 35 of file lanczos-decomposition.cpp.
BOOST_AUTO_TEST_CASE | ( | test_identity | ) |
Definition at line 18 of file lanczos-decomposition.cpp.
BOOST_AUTO_TEST_CASE | ( | test_random | ) |
Definition at line 56 of file lanczos-decomposition.cpp.