BubbleProfiler  0.3.0
by Peter Athron, Csaba Balazs, Michael Bardsley, Andrew Fowlie, Dylan Harries & Graham White
Classes | Namespaces | Functions
eigen_state_utils.hpp File Reference
#include <Eigen/Core>
#include <boost/version.hpp>
#include <boost/numeric/odeint/algebra/range_algebra.hpp>
#include <boost/numeric/odeint/algebra/vector_space_algebra.hpp>
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  BubbleProfiler::detail::State_algebra_dispatcher_helper< State, Enable >
 
struct  BubbleProfiler::detail::State_algebra_dispatcher_helper< Derived, typename boost::enable_if< typename boost::is_base_of< Eigen::MatrixBase< Derived >, Derived >::type >::type >
 
struct  BubbleProfiler::detail::State_algebra_dispatcher_helper< Derived, typename boost::enable_if< typename boost::is_base_of< Eigen::ArrayBase< Derived >, Derived >::type >::type >
 
struct  BubbleProfiler::State_algebra_dispatcher< State >
 

Namespaces

 Eigen
 
 BubbleProfiler
 
 BubbleProfiler::detail
 

Functions

template<typename Derived >
Eigen::MatrixBase< Derived >::PlainObject Eigen::operator+ (const Eigen::MatrixBase< Derived > &m, const typename Eigen::MatrixBase< Derived >::Scalar &s)
 
template<typename Derived >
Eigen::MatrixBase< Derived >::PlainObject Eigen::operator+ (const typename Eigen::MatrixBase< Derived >::Scalar &s, const Eigen::MatrixBase< Derived > &m)
 
template<typename DerivedA , typename DerivedB >
auto Eigen::operator/ (const Eigen::MatrixBase< DerivedA > &x1, const Eigen::MatrixBase< DerivedB > &x2) -> decltype(x1.cwiseQuotient(x2))
 
template<typename Derived >
auto Eigen::abs (const Eigen::MatrixBase< Derived > &m) -> decltype(m.cwiseAbs())