Home | History | Annotate | Download | only in products

Lines Matching defs:ProductType

210     typedef TriangularProduct<Mode,true,Lhs,false,Rhs,true> ProductType;
211 typedef typename ProductType::Index Index;
212 typedef typename ProductType::LhsScalar LhsScalar;
213 typedef typename ProductType::RhsScalar RhsScalar;
214 typedef typename ProductType::Scalar ResScalar;
215 typedef typename ProductType::RealScalar RealScalar;
216 typedef typename ProductType::ActualLhsType ActualLhsType;
217 typedef typename ProductType::ActualRhsType ActualRhsType;
218 typedef typename ProductType::LhsBlasTraits LhsBlasTraits;
219 typedef typename ProductType::RhsBlasTraits RhsBlasTraits;
286 typedef TriangularProduct<Mode,true,Lhs,false,Rhs,true> ProductType;
287 typedef typename ProductType::LhsScalar LhsScalar;
288 typedef typename ProductType::RhsScalar RhsScalar;
289 typedef typename ProductType::Scalar ResScalar;
290 typedef typename ProductType::Index Index;
291 typedef typename ProductType::ActualLhsType ActualLhsType;
292 typedef typename ProductType::ActualRhsType ActualRhsType;
293 typedef typename ProductType::_ActualRhsType _ActualRhsType;
294 typedef typename ProductType::LhsBlasTraits LhsBlasTraits;
295 typedef typename ProductType::RhsBlasTraits RhsBlasTraits;