Searched defs:rhsIncr (Results 1 - 3 of 3) sorted by relevance

/external/eigen/Eigen/src/Core/products/
H A DSelfadjointMatrixVector.h33 const Scalar* _rhs, Index rhsIncr,
42 const Scalar* _rhs, Index rhsIncr,
67 ei_declare_aligned_stack_constructed_variable(Scalar,rhs,size,rhsIncr==1 ? const_cast<Scalar*>(_rhs) : 0);
68 if (rhsIncr!=1)
71 for (Index i=0; i<size; ++i, it+=rhsIncr)
39 run( Index size, const Scalar* lhs, Index lhsStride, const Scalar* _rhs, Index rhsIncr, Scalar* res, Scalar alpha) argument
H A DGeneralMatrixVector.h54 const RhsScalar* rhs, Index rhsIncr,
62 const RhsScalar* rhs, Index rhsIncr,
151 RhsPacket ptmp0 = pset1<RhsPacket>(alpha*rhs[i*rhsIncr]),
152 ptmp1 = pset1<RhsPacket>(alpha*rhs[(i+offset1)*rhsIncr]),
153 ptmp2 = pset1<RhsPacket>(alpha*rhs[(i+2)*rhsIncr]),
154 ptmp3 = pset1<RhsPacket>(alpha*rhs[(i+offset3)*rhsIncr]);
249 RhsPacket ptmp0 = pset1<RhsPacket>(alpha*rhs[k*rhsIncr]);
317 const RhsScalar* rhs, Index rhsIncr,
326 const RhsScalar* rhs, Index rhsIncr,
330 EIGEN_UNUSED_VARIABLE(rhsIncr);
59 run( Index rows, Index cols, const LhsScalar* lhs, Index lhsStride, const RhsScalar* rhs, Index rhsIncr, ResScalar* res, Index resIncr, RhsScalar alpha) argument
323 run( Index rows, Index cols, const LhsScalar* lhs, Index lhsStride, const RhsScalar* rhs, Index rhsIncr, ResScalar* res, Index resIncr, ResScalar alpha) argument
[all...]
H A DTriangularMatrixVector.h30 const RhsScalar* _rhs, Index rhsIncr, ResScalar* _res, Index resIncr, const ResScalar& alpha);
36 const RhsScalar* _rhs, Index rhsIncr, ResScalar* _res, Index resIncr, const ResScalar& alpha)
48 const RhsMap rhs(_rhs,cols,InnerStride<>(rhsIncr));
74 &rhs.coeffRef(pi), rhsIncr,
83 &rhs.coeffRef(size), rhsIncr,
98 const RhsScalar* _rhs, Index rhsIncr, ResScalar* _res, Index resIncr, const ResScalar& alpha);
104 const RhsScalar* _rhs, Index rhsIncr, ResScalar* _res, Index resIncr, const ResScalar& alpha)
142 &rhs.coeffRef(s), rhsIncr,
151 &rhs.coeffRef(0), rhsIncr,
35 run(Index _rows, Index _cols, const LhsScalar* _lhs, Index lhsStride, const RhsScalar* _rhs, Index rhsIncr, ResScalar* _res, Index resIncr, const ResScalar& alpha) argument
103 run(Index _rows, Index _cols, const LhsScalar* _lhs, Index lhsStride, const RhsScalar* _rhs, Index rhsIncr, ResScalar* _res, Index resIncr, const ResScalar& alpha) argument

Completed in 2028 milliseconds