|
BubbleProfiler
0.3.0
by Peter Athron, Csaba Balazs, Michael Bardsley, Andrew Fowlie, Dylan Harries & Graham White
|
#include <Eigen/Core>#include <boost/version.hpp>#include <boost/numeric/odeint/algebra/range_algebra.hpp>#include <boost/numeric/odeint/algebra/vector_space_algebra.hpp>
Go to the source code of this file.
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()) |
1.8.11