HomeSort by relevance Sort by last modified time
    Searched refs:ConjRhsType (Results 1 - 3 of 3) sorted by null

  /external/eigen/blas/
GeneralRank1Update.h 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,rows));
PackedSelfadjointProduct.h 28 typedef typename conj_expr_if<ConjLhs,OtherMap>::type ConjRhsType;
33 Map<Matrix<Scalar,Dynamic,1> >(mat, UpLo==Lower ? size-i : (i+1)) += alpha * cj(vec[i]) * ConjRhsType(OtherMap(vec+(UpLo==Lower ? i : 0), UpLo==Lower ? size-i : (i+1)));
PackedTriangularMatrixVector.h 62 typedef typename conj_expr_if<ConjRhs,RhsMap>::type ConjRhsType;
69 res[i] += alpha * (ConjLhsType(LhsMap(lhs+s,r)).cwiseProduct(ConjRhsType(RhsMap(rhs+(IsLower ? 0 : s+i),r)))).sum();

Completed in 164 milliseconds