Static Public Member Functions | |
template<class It> | |
static V | Create (It &x, It &y, It &, It &) |
template<class It> | |
static void | Set (V &v, It &x, It &y, It &, It &) |
static double | Add (const V &v) |
static double | Delta (const V &v1, const V &v2) |
Definition at line 626 of file stressMathCore.cxx.
static V VecOp< V, Dim >::Create | ( | It & | x, | |
It & | y, | |||
It & | , | |||
It & | ||||
) | [inline, static] |
static void VecOp< V, Dim >::Set | ( | V & | v, | |
It & | x, | |||
It & | y, | |||
It & | , | |||
It & | ||||
) | [inline, static] |
Definition at line 631 of file stressMathCore.cxx.
Referenced by VectorTest< Dim >::testCreateAndSet().
Definition at line 633 of file stressMathCore.cxx.
Referenced by VectorTest< Dim >::testAddition(), VectorTest< Dim >::testOperations(), and VectorTest< Dim >::testRotation().
static double VecOp< V, Dim >::Delta | ( | const V & | v1, | |
const V & | v2 | |||
) | [inline, static] |
Definition at line 634 of file stressMathCore.cxx.
References d, and ROOT::Math::VectorUtil::DeltaPhi().
Referenced by VectorTest< Dim >::testDelta().