Searched defs:StaticSGroup (Results 1 - 1 of 1) sorted by relevance

/external/eigen/unsupported/Eigen/CXX11/src/TensorSymmetry/
H A DStaticSymmetry.h117 typedef StaticSGroup<Gen...> type;
181 class StaticSGroup class in namespace:Eigen
192 constexpr inline StaticSGroup() {} function in class:Eigen::StaticSGroup
193 constexpr inline StaticSGroup(const StaticSGroup<Gen...>&) {} argument
194 constexpr inline StaticSGroup(StaticSGroup<Gen...>&&) {} function in class:Eigen::StaticSGroup
217 inline internal::tensor_symmetry_value_setter<Tensor_, StaticSGroup<Gen...>> operator()(Tensor_& tensor, typename Tensor_::Index firstIndex, IndexTypes... otherIndices) const
224 inline internal::tensor_symmetry_value_setter<Tensor_, StaticSGroup<Gen...>> operator()(Tensor_& tensor, std::array<typename Tensor_::Index, Tensor_::NumIndices> const& indices) const
226 return internal::tensor_symmetry_value_setter<Tensor_, StaticSGroup<Ge
[all...]

Completed in 392 milliseconds