Home
last modified time | relevance | path

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

/external/eigen/blas/
DRank2Update.h23 typedef Map<const Matrix<Scalar,Dynamic,1> > OtherMap; in run() typedef
27 …numext::conj(alpha) * numext::conj(u[i]) * OtherMap(v+(UpLo==Lower ? i : 0), UpLo==Lower ? size-i … in run()
28 … + alpha * numext::conj(v[i]) * OtherMap(u+(UpLo==Lower ? i : 0), UpLo==Lower ? size-i : (i+1)); in run()
41 typedef Map<const Matrix<Scalar,Dynamic,1> > OtherMap; in run() typedef
46 …numext::conj(alpha) * numext::conj(u[i]) * OtherMap(v+(UpLo==Lower ? i : 0), UpLo==Lower ? size-i … in run()
47 … + alpha * numext::conj(v[i]) * OtherMap(u+(UpLo==Lower ? i : 0), UpLo==Lower ? size-i : (i+1)); in run()
DGeneralRank1Update.h24 typedef Map<const Matrix<Scalar,Dynamic,1> > OtherMap;
25 typedef typename conj_expr_if<ConjLhs,OtherMap>::type ConjRhsType;
29 …Map<Matrix<Scalar,Dynamic,1> >(mat+stride*i,rows) += alpha * cj(v[i]) * ConjRhsType(OtherMap(u,row…
DPackedSelfadjointProduct.h27 typedef Map<const Matrix<Scalar,Dynamic,1> > OtherMap;
28 typedef typename conj_expr_if<ConjLhs,OtherMap>::type ConjRhsType;
33 …(mat, UpLo==Lower ? size-i : (i+1)) += alpha * cj(vec[i]) * ConjRhsType(OtherMap(vec+(UpLo==Lower …
/external/eigen/Eigen/src/Core/products/
DSelfadjointProduct.h28 typedef Map<const Matrix<Scalar,Dynamic,1> > OtherMap;
29 …pedef typename internal::conditional<ConjLhs,typename OtherMap::ConjugateReturnType,const OtherMap
33 …+= (alpha * cj(vecY[i])) * ConjLhsType(OtherMap(vecX+(UpLo==Lower ? i : 0),UpLo==Lower ? size-i : …