Home
last modified time | relevance | path

Searched refs:SGroup (Results 1 – 2 of 2) sorted by relevance

/external/eigen/unsupported/Eigen/CXX11/src/TensorSymmetry/
DSymmetry.h136 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/
Dcxx11_tensor_symmetry.cpp19 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()