Home
last modified time | relevance | path

Searched refs:VecNoSIMDExpr (Results 1 – 6 of 6) sorted by relevance

/dports/math/blaze/blaze-3.8/blaze/math/expressions/
H A DVecNoSIMDExpr.h86 struct VecNoSIMDExpr struct
387 inline decltype(auto) nosimd( const VecNoSIMDExpr<VT>& vector ) in decltype()
H A DDVecNoSIMDExpr.h85 : public VecNoSIMDExpr< DenseVector< DVecNoSIMDExpr<VT,TF>, TF > >
130 using BaseType = VecNoSIMDExpr< DenseVector<This,TF> >;
H A DForward.h287 template< typename > struct VecNoSIMDExpr;
/dports/math/blaze/blaze-3.8/blaze/math/typetraits/
H A DIsVecNoSIMDExpr.h62 TrueType isVecNoSIMDExpr_backend( const volatile VecNoSIMDExpr<VT>* );
/dports/math/blaze/blaze-3.8/blaze/math/views/
H A DSubvector.h1237 inline decltype(auto) subvector( const VecNoSIMDExpr<VT>& vector, RSAs... args ) in decltype()
H A DElements.h1221 inline decltype(auto) elements( const VecNoSIMDExpr<VT>& vector, REAs... args ) in decltype()