OpenMPCD
|
Namespace for implementation details for Vector2D. More...
Classes | |
class | Dot |
Helper class to allow partial template specialization of OpenMPCD::Vector2D::dot . More... | |
class | Dot< std::complex< T > > |
Helper class to allow partial template specialization of OpenMPCD::Vector2D::dot , for the case where T is an instance of std::complex . More... | |
class | Dot< T, typename boost::enable_if< boost::is_floating_point< T > >::type > |
Helper class to allow partial template specialization of OpenMPCD::Vector2D::dot , for the case where T is a floating-point type. More... | |
Namespace for implementation details for Vector2D.