|
TR-mbed 1.0
|
#include <sstream>#include <Eigen/Dense>#include <boost/serialization/nvp.hpp>#include <boost/multiprecision/cpp_dec_float.hpp>#include <boost/multiprecision/number.hpp>#include <boost/math/special_functions.hpp>#include <boost/math/complex.hpp>Namespaces | |
| namespace | Eigen |
| Namespace containing all symbols from the Eigen library. | |
| namespace | Eigen::internal |
| namespace | boost |
| namespace | boost::multiprecision |
Macros | |
| #define | EIGEN_TEST_MAX_SIZE 50 |
Typedefs | |
| typedef mp::number< mp::cpp_dec_float< 100 >, mp::et_on > | Real |
Functions | |
| template<> | |
| Real | Eigen::test_precision< Real > () |
| Real | boost::multiprecision::fabs (const Real &a) |
| Real | boost::multiprecision::fmax (const Real &a, const Real &b) |
| bool | boost::multiprecision::test_isMuchSmallerThan (const Real &a, const Real &b) |
| bool | boost::multiprecision::test_isApprox (const Real &a, const Real &b) |
| bool | boost::multiprecision::test_isApproxOrLessThan (const Real &a, const Real &b) |
| Real | boost::multiprecision::get_test_precision (const Real &) |
| Real | boost::multiprecision::test_relative_error (const Real &a, const Real &b) |
| EIGEN_DECLARE_TEST (boostmultiprec) | |
| #define EIGEN_TEST_MAX_SIZE 50 |
| typedef mp::number<mp::cpp_dec_float<100>, mp::et_on> Real |
| EIGEN_DECLARE_TEST | ( | boostmultiprec | ) |