Chemical Data Processing Library C++ API - Version 1.1.1
|
#include <Functional.hpp>
Public Types | |
typedef CommonType< typename VectorInnerProduct< V1, V2 >::ResultType, T >::Type | ResultType |
Public Types inherited from CDPL::Math::VectorScalarBinaryFunctor< V1, V2 > | |
typedef CommonType< typename V1::ValueType, typename V2::ValueType >::Type | ResultType |
Static Public Member Functions | |
static ResultType | apply (const VectorExpression< V1 > &e1, const VectorExpression< V2 > &e2, const T &sd, bool clamp) |
typedef CommonType<typename VectorInnerProduct<V1, V2>::ResultType, T>::Type CDPL::Math::VectorAngleCosine< V1, V2, T >::ResultType |
|
inlinestatic |