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

  /external/eigen/blas/
BandTriangularSolver.h 26 typedef Map<Matrix<RhsScalar,Dynamic,1> > RhsMap;
31 RhsMap other(_other,size,1);
62 typedef Map<Matrix<RhsScalar,Dynamic,1> > RhsMap;
67 RhsMap other(_other,size,1);
  /external/eigen/Eigen/src/Core/products/
TriangularMatrixVector.h 41 typedef Map<const Matrix<RhsScalar,Dynamic,1>, 0, InnerStride<> > RhsMap;
42 const RhsMap rhs(_rhs,cols,InnerStride<>(rhsIncr));
43 typename conj_expr_if<ConjRhs,RhsMap>::type cjRhs(rhs);
104 typedef Map<const Matrix<RhsScalar,Dynamic,1> > RhsMap;
105 const RhsMap rhs(_rhs,cols);
106 typename conj_expr_if<ConjRhs,RhsMap>::type cjRhs(rhs);

Completed in 4406 milliseconds