Searched refs:SGroup (Results 1 – 2 of 2) sorted by relevance
/external/eigen/unsupported/Eigen/CXX11/src/TensorSymmetry/ |
D | Symmetry.h | 136 class SGroup : public internal::tensor_symmetry_pre_analysis<internal::tensor_symmetry_num_indices<… 143 inline SGroup() : Base() { } in SGroup() function 144 inline SGroup(const SGroup<Gen...>& other) : Base(other) { } in SGroup() function 145 inline SGroup(SGroup<Gen...>&& other) : Base(other) { } in SGroup() function 146 …inline SGroup<Gen...>& operator=(const SGroup<Gen...>& other) { Base::operator=(other); return *th… 147 … inline SGroup<Gen...>& operator=(SGroup<Gen...>&& other) { Base::operator=(other); return *this; }
|
/external/eigen/unsupported/test/ |
D | cxx11_tensor_symmetry.cpp | 19 using Eigen::SGroup; 146 SGroup< in test_symgroups_selection() 171 SGroup< in test_symgroups_selection() 214 SGroup< in test_symgroups_selection() 660 SGroup<AntiSymmetry<0,1>, AntiSymmetry<1,2>> sym; in test_tensor_epsilon() 677 SGroup<Symmetry<0,1>, Symmetry<2,3>> sym; in test_tensor_sym() 706 SGroup<AntiSymmetry<0,1>, AntiSymmetry<2,3>> sym; in test_tensor_asym() 773 SGroup<Symmetry<0,1>, Symmetry<2,3>> sym; in test_tensor_randacc()
|