Searched defs:resIncr (Results 1 - 2 of 2) sorted by relevance

/external/eigen/Eigen/src/Core/products/
H A DGeneralMatrixVector.h57 resIncr
61 eigen_internal_assert(resIncr==1);
311 ResScalar* res, Index resIncr,
491 res[i*resIncr] += alpha*tmp0;
492 res[(i+offset1)*resIncr] += alpha*tmp1;
493 res[(i+2)*resIncr] += alpha*tmp2;
494 res[(i+offset3)*resIncr] += alpha*tmp3;
528 res[i*resIncr] += alpha*tmp0;
307 run( Index rows, Index cols, const LhsScalar* lhs, Index lhsStride, const RhsScalar* rhs, Index rhsIncr, ResScalar* res, Index resIncr, ResScalar alpha) argument
H A DTriangularMatrixVector.h30 const RhsScalar* _rhs, Index rhsIncr, ResScalar* _res, Index resIncr, ResScalar alpha)
69 &res.coeffRef(s), resIncr, alpha);
78 _res, resIncr, alpha);
93 const RhsScalar* _rhs, Index rhsIncr, ResScalar* _res, Index resIncr, ResScalar alpha)
109 ResMap res(_res,rows,InnerStride<>(resIncr));
132 &res.coeffRef(pi), resIncr, alpha);
141 &res.coeffRef(diagSize), resIncr, alpha);
29 run(Index _rows, Index _cols, const LhsScalar* _lhs, Index lhsStride, const RhsScalar* _rhs, Index rhsIncr, ResScalar* _res, Index resIncr, ResScalar alpha) argument
92 run(Index _rows, Index _cols, const LhsScalar* _lhs, Index lhsStride, const RhsScalar* _rhs, Index rhsIncr, ResScalar* _res, Index resIncr, ResScalar alpha) argument

Completed in 77 milliseconds