Home
last modified time | relevance | path

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

/external/eigen/Eigen/src/Core/
DDot.h31 typedef scalar_conj_product_op<typename traits<T>::Scalar,typename traits<U>::Scalar> conj_prod; typedef
32 typedef typename conj_prod::result_type ResScalar;
36 return a.template binaryExpr<conj_prod>(b).sum(); in run()
43 typedef scalar_conj_product_op<typename traits<T>::Scalar,typename traits<U>::Scalar> conj_prod;
44 typedef typename conj_prod::result_type ResScalar;
48 return a.transpose().template binaryExpr<conj_prod>(b).sum();