Home
last modified time | relevance | path

Searched refs:VectorConcept (Results 1 – 25 of 61) sorted by relevance

123

/dports/science/tfel-edf/tfel-3.2.1/include/TFEL/Math/Vector/
H A DVectorConcept.hxx47 struct VectorConcept
58 VectorConcept() = default;
59 VectorConcept(VectorConcept&&) = default;
60 VectorConcept(const VectorConcept&) = default;
61 VectorConcept&
62 operator=(const VectorConcept&) = default;
63 ~VectorConcept() = default;
70 using type = VectorConcept<Type>;
H A DVectorConcept.ixx2 * \file include/TFEL/Math/Vector/VectorConcept.ixx
21 VectorConcept<T>::operator()(const typename VectorTraits<T>::IndexType i) const
24 } // end of VectorConcept<T>::operator()
28 VectorConcept<T>::operator[](const typename VectorTraits<T>::IndexType i) const
31 } // end of VectorConcept<T>::operator()
H A DVectorConceptOperations.hxx150 static constexpr bool cond = (tfel::meta::Implements<T1,VectorConcept>::cond&&
151 tfel::meta::Implements<T2,VectorConcept>::cond&&
159 tfel::meta::Implements<T2,VectorConcept>::cond&&
166 static constexpr bool cond =tfel::meta::Implements<T1,VectorConcept>::cond&&
H A DConstTVectorView.hxx48 : public VectorConcept<Expr<tvector<N,T>,ConstTVectorViewExpr<N,T> > >
H A DTinyVectorFromTinyVectorView.hxx62 : public VectorConcept<Expr<tvector<N,T>,TinyVectorFromTinyVectorViewExpr<N,Mn,In,T,b> > >,
H A DTVectorView.hxx48 : public VectorConcept<Expr<tvector<N,T>,TVectorViewExpr<N,T> > >,
H A DTinyVectorOfTinyVectorFromTinyVectorView.hxx63 …: public VectorConcept<Expr<tvector<Nn,tvector<N,T> >,TinyVectorOfTinyVectorFromTinyVectorViewExpr…
H A DTinyVectorOfStensorFromTinyVectorView.hxx64 …: public VectorConcept<Expr<tvector<Nn,stensor<N,T> >,TinyVectorOfStensorFromTinyVectorViewExpr<N,…
/dports/science/tfel/tfel-3.4.0/include/TFEL/Math/Vector/
H A DVectorConcept.hxx47 struct VectorConcept struct
58 VectorConcept() = default;
59 VectorConcept(VectorConcept&&) = default;
60 VectorConcept(const VectorConcept&) = default;
61 VectorConcept&
62 operator=(const VectorConcept&) = default;
63 ~VectorConcept() = default;
70 using type = VectorConcept<Type>;
H A DVectorConcept.ixx2 * \file include/TFEL/Math/Vector/VectorConcept.ixx
21 VectorConcept<T>::operator()(const typename VectorTraits<T>::IndexType i) const
24 } // end of VectorConcept<T>::operator()
28 VectorConcept<T>::operator[](const typename VectorTraits<T>::IndexType i) const
31 } // end of VectorConcept<T>::operator()
H A DVectorConceptOperations.hxx150 static constexpr bool cond = (tfel::meta::Implements<T1,VectorConcept>::cond&&
151 tfel::meta::Implements<T2,VectorConcept>::cond&&
159 tfel::meta::Implements<T2,VectorConcept>::cond&&
166 static constexpr bool cond =tfel::meta::Implements<T1,VectorConcept>::cond&&
H A DConstTVectorView.hxx48 : public VectorConcept<Expr<tvector<N,T>,ConstTVectorViewExpr<N,T> > >
H A DTinyVectorFromTinyVectorView.hxx62 : public VectorConcept<Expr<tvector<N,T>,TinyVectorFromTinyVectorViewExpr<N,Mn,In,T,b> > >,
H A DTVectorView.hxx48 : public VectorConcept<Expr<tvector<N,T>,TVectorViewExpr<N,T> > >,
H A DTinyVectorOfStensorFromTinyVectorView.hxx64 …: public VectorConcept<Expr<tvector<Nn,stensor<N,T> >,TinyVectorOfStensorFromTinyVectorViewExpr<N,…
/dports/science/tfel-edf/tfel-3.2.1/tests/Math/include/
H A Dfunction_unary_tests.hxx22 void function(const tfel::math::VectorConcept<T>&);
25 void function(const tfel::math::VectorConcept<T>&,
H A Dfunction_unary_tests.ixx28 void function(const tfel::math::VectorConcept<T>& x){
34 void function(const tfel::math::VectorConcept<T>& x,
H A Dfunction_tests.hxx21 void function(const tfel::math::VectorConcept<T>&,
H A Dfunction_tests.ixx21 void function(const tfel::math::VectorConcept<T>& x,
/dports/science/tfel/tfel-3.4.0/tests/Math/include/
H A Dfunction_unary_tests.hxx22 void function(const tfel::math::VectorConcept<T>&);
25 void function(const tfel::math::VectorConcept<T>&,
H A Dfunction_unary_tests.ixx28 void function(const tfel::math::VectorConcept<T>& x){
34 void function(const tfel::math::VectorConcept<T>& x,
H A Dfunction_tests.hxx21 void function(const tfel::math::VectorConcept<T>&,
H A Dfunction_tests.ixx21 void function(const tfel::math::VectorConcept<T>& x,
/dports/science/tfel/tfel-3.4.0/include/TFEL/Math/Forward/
H A DVectorConcept.hxx24 struct VectorConcept;
/dports/science/tfel-edf/tfel-3.2.1/include/TFEL/Math/Forward/
H A DVectorConcept.hxx24 struct VectorConcept;

123