#include <boost/type_traits/integral_constant.hpp>
#include <boost/numeric/ublas/vector.hpp>
#include <boost/numeric/ublas/matrix.hpp>
#include <boost/numeric/ublas/lu.hpp>
#include <boost/numeric/ublas/vector_expression.hpp>
#include <boost/numeric/ublas/matrix_expression.hpp>
#include <boost/numeric/odeint/algebra/vector_space_algebra.hpp>
#include <boost/numeric/odeint/algebra/default_operations.hpp>
#include <boost/numeric/odeint/util/is_resizeable.hpp>
#include <boost/numeric/odeint/util/state_wrapper.hpp>
Namespaces | |
boost | |
Duration formatting facet for input. | |
boost::numeric | |
boost::numeric::odeint | |
boost::numeric::ublas | |
main namespace of uBLAS. | |
Functions | |
template<class E > | |
BOOST_UBLAS_INLINE vector_unary_traits< E, scalar_abs< typename E::value_type > >::result_type | boost::numeric::ublas::abs (const vector_expression< E > &e) |
template<class E > | |
BOOST_UBLAS_INLINE matrix_unary1_traits< E, scalar_abs< typename E::value_type > >::result_type | boost::numeric::ublas::abs (const matrix_expression< E > &e) |
template<class E1 , class E2 > | |
BOOST_UBLAS_INLINE vector_binary_traits< E1, E2, scalar_divides< typename E1::value_type, typename E2::value_type > >::result_type | boost::numeric::ublas::operator/ (const vector_expression< E1 > &e1, const vector_expression< E2 > &e2) |
template<class E1 , class E2 > | |
BOOST_UBLAS_INLINE matrix_binary_traits< E1, E2, scalar_divides< typename E1::value_type, typename E2::value_type > >::result_type | boost::numeric::ublas::operator/ (const matrix_expression< E1 > &e1, const matrix_expression< E2 > &e2) |
template<class T1 , class E2 > | |
BOOST_UBLAS_INLINE enable_if < is_convertible< T1, typename E2::value_type >, typename vector_binary_scalar1_traits < const T1, E2, scalar_plus < T1, typename E2::value_type > >::result_type >::type | boost::numeric::ublas::operator+ (const T1 &e1, const vector_expression< E2 > &e2) |
template<class T1 , class E2 > | |
BOOST_UBLAS_INLINE enable_if < is_convertible< T1, typename E2::value_type >, typename matrix_binary_scalar1_traits < const T1, E2, scalar_plus < T1, typename E2::value_type > >::result_type >::type | boost::numeric::ublas::operator+ (const T1 &e1, const matrix_expression< E2 > &e2) |