HomeSort by relevance Sort by last modified time
    Searched refs:StaticSGroup (Results 1 - 3 of 3) sorted by null

  /external/eigen/unsupported/Eigen/CXX11/src/TensorSymmetry/
StaticSymmetry.h 117 typedef StaticSGroup<Gen...> type;
181 class StaticSGroup
192 constexpr inline StaticSGroup() {}
193 constexpr inline StaticSGroup(const StaticSGroup<Gen...>&) {}
194 constexpr inline StaticSGroup(StaticSGroup<Gen...>&&) {}
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<Gen...>>(tensor, *this, indices)
    [all...]
Symmetry.h 101 /** \class StaticSGroup
121 class StaticSGroup;
132 * \sa StaticSGroup
229 typedef StaticSGroup<> root_type;
  /external/eigen/unsupported/test/
cxx11_tensor_symmetry.cpp 21 using Eigen::StaticSGroup;
36 bool isDynGroup(StaticSGroup<Sym...> const& dummy)
89 StaticSGroup<
199 StaticSGroup<
    [all...]

Completed in 250 milliseconds