BubbleProfiler
0.3.0
by Peter Athron, Csaba Balazs, Michael Bardsley, Andrew Fowlie, Dylan Harries & Graham White
|
Functions | |
template<typename Derived > | |
Eigen::MatrixBase< Derived >::PlainObject | operator+ (const Eigen::MatrixBase< Derived > &m, const typename Eigen::MatrixBase< Derived >::Scalar &s) |
template<typename Derived > | |
Eigen::MatrixBase< Derived >::PlainObject | operator+ (const typename Eigen::MatrixBase< Derived >::Scalar &s, const Eigen::MatrixBase< Derived > &m) |
template<typename DerivedA , typename DerivedB > | |
auto | operator/ (const Eigen::MatrixBase< DerivedA > &x1, const Eigen::MatrixBase< DerivedB > &x2) -> decltype(x1.cwiseQuotient(x2)) |
template<typename Derived > | |
auto | abs (const Eigen::MatrixBase< Derived > &m) -> decltype(m.cwiseAbs()) |
auto Eigen::abs | ( | const Eigen::MatrixBase< Derived > & | m | ) | -> decltype(m.cwiseAbs()) |
Definition at line 60 of file eigen_state_utils.hpp.
References sm_plus_singlet::type.
Referenced by BubbleProfiler::Abs(), and main().
Eigen::MatrixBase<Derived>::PlainObject Eigen::operator+ | ( | const Eigen::MatrixBase< Derived > & | m, |
const typename Eigen::MatrixBase< Derived >::Scalar & | s | ||
) |
Definition at line 37 of file eigen_state_utils.hpp.
Eigen::MatrixBase<Derived>::PlainObject Eigen::operator+ | ( | const typename Eigen::MatrixBase< Derived >::Scalar & | s, |
const Eigen::MatrixBase< Derived > & | m | ||
) |
Definition at line 45 of file eigen_state_utils.hpp.
auto Eigen::operator/ | ( | const Eigen::MatrixBase< DerivedA > & | x1, |
const Eigen::MatrixBase< DerivedB > & | x2 | ||
) | -> decltype(x1.cwiseQuotient(x2)) |
Definition at line 52 of file eigen_state_utils.hpp.