|
template<class T > |
int | PythagoreanFocusDelays (const sps::point_t< T > *pElementPositions, const size_t &nElements, const sps::point_t< T > &focus, const sps::point_t< T > ¢erFocus, const size_t &nDelays, T *pDelays) |
|
template<class T > |
int | PytDelays0 (const sps::unique_aligned_array< sps::point_t< T > > &positions, const size_t &nElements, const sps::point_t< T > ¢erFocus, const sps::point_t< T > &focus0, const sps::point_t< T > &focus1, const T &c, sps::unique_aligned_array< T > &delays, bool allPositive=false) |
|
template<class T > |
int | PytDelays1 (const sps::unique_aligned_array< sps::point_t< T > > &positions, const size_t &nElements, const sps::point_t< T > ¢erFocus, const sps::point_t< T > &focus0, const sps::point_t< T > &focus1, const T &c, sps::unique_aligned_array< T > &delays, bool allPositive=false) |
|
template<class T > |
int | PytDelays2 (const sps::unique_aligned_array< sps::point_t< T > > &positions, const size_t &nElements, const sps::point_t< T > ¢erFocus, const sps::point_t< T > &focus0, const sps::point_t< T > &focus1, const T &c, sps::unique_aligned_array< T > &delays, bool allPositive=false) |
|