Searched refs:RhsMap (Results 1 - 3 of 3) sorted by relevance

/external/eigen/blas/
H A DBandTriangularSolver.h26 typedef Map<Matrix<RhsScalar,Dynamic,1> > RhsMap; typedef in struct:internal::band_solve_triangular_selector
31 RhsMap other(_other,size,1);
62 typedef Map<Matrix<RhsScalar,Dynamic,1> > RhsMap; typedef in struct:internal::band_solve_triangular_selector
67 RhsMap other(_other,size,1);
H A DPackedTriangularMatrixVector.h61 typedef Map<const Matrix<RhsScalar,Dynamic,1> > RhsMap; typedef
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();
/external/eigen/Eigen/src/Core/products/
H A DTriangularMatrixVector.h47 typedef Map<const Matrix<RhsScalar,Dynamic,1>, 0, InnerStride<> > RhsMap; typedef
48 const RhsMap rhs(_rhs,cols,InnerStride<>(rhsIncr));
49 typename conj_expr_if<ConjRhs,RhsMap>::type cjRhs(rhs);
115 typedef Map<const Matrix<RhsScalar,Dynamic,1> > RhsMap; typedef
116 const RhsMap rhs(_rhs,cols);
117 typename conj_expr_if<ConjRhs,RhsMap>::type cjRhs(rhs);

Completed in 143 milliseconds