|
| template<class T > |
| shammath::SymTensor3d_1< T > | shamphys::details::offset_multipole_1 (const T &Qt0, const shammath::SymTensor3d_1< T > &Qt1, const shammath::SymTensor3d_1< T > &dt1) |
| |
| template<class T > |
| shammath::SymTensor3d_2< T > | shamphys::details::offset_multipole_2 (const shammath::SymTensor3d_1< T > &Qn1, const shammath::SymTensor3d_1< T > &Qt1, const shammath::SymTensor3d_2< T > &Qt2, const shammath::SymTensor3d_1< T > &dt1) |
| |
| template<class T > |
| shammath::SymTensor3d_3< T > | shamphys::details::offset_multipole_3 (const shammath::SymTensor3d_1< T > &Qn1, const shammath::SymTensor3d_2< T > &Qn2, const shammath::SymTensor3d_2< T > &Qt2, const shammath::SymTensor3d_3< T > &Qt3, const shammath::SymTensor3d_1< T > &dt1) |
| |
| template<class T > |
| shammath::SymTensor3d_4< T > | shamphys::details::offset_multipole_4 (const shammath::SymTensor3d_2< T > &Qn2, const shammath::SymTensor3d_3< T > &Qn3, const shammath::SymTensor3d_2< T > &Qt2, const shammath::SymTensor3d_3< T > &Qt3, const shammath::SymTensor3d_4< T > &Qt4, const shammath::SymTensor3d_1< T > &dt1, const shammath::SymTensor3d_2< T > &dt2) |
| |
| template<class T > |
| shammath::SymTensor3d_5< T > | shamphys::details::offset_multipole_5 (const shammath::SymTensor3d_3< T > &Qn3, const shammath::SymTensor3d_4< T > &Qn4, const shammath::SymTensor3d_2< T > &Qt2, const shammath::SymTensor3d_3< T > &Qt3, const shammath::SymTensor3d_4< T > &Qt4, const shammath::SymTensor3d_5< T > &Qt5, const shammath::SymTensor3d_1< T > &dt1, const shammath::SymTensor3d_2< T > &dt2, const shammath::SymTensor3d_3< T > &dt3) |
| |
| template<class T , u32 low_order, u32 high_order> |
| shammath::SymTensorCollection< T, low_order, high_order > | shamphys::offset_multipole_delta (const shammath::SymTensorCollection< T, low_order, high_order > &Q, const sycl::vec< T, 3 > &offset) |
| | utility to offset a multipole, see PHD
|
| |
| template<class T , u32 low_order, u32 high_order> |
| shammath::SymTensorCollection< T, low_order, high_order > | shamphys::offset_multipole (const shammath::SymTensorCollection< T, low_order, high_order > &Q_old, const sycl::vec< T, 3 > &from, const sycl::vec< T, 3 > &to) |
| |