Home
last modified time | relevance | path

Searched refs:rhsIncr (Results 1 – 6 of 6) sorted by relevance

/external/eigen/Eigen/src/Core/products/
DGeneralMatrixVector_MKL.h59 const Scalar* rhs, Index rhsIncr, \
64 rows, cols, lhs, lhsStride, rhs, rhsIncr, res, resIncr, alpha); \
67 rows, cols, lhs, lhsStride, rhs, rhsIncr, res, resIncr, alpha); \
76 const Scalar* rhs, Index rhsIncr, \
80 rows, cols, lhs, lhsStride, rhs, rhsIncr, res, resIncr, alpha); \
98 const EIGTYPE* rhs, Index rhsIncr, \
101 MKL_INT m=rows, n=cols, lda=lhsStride, incx=rhsIncr, incy=resIncr; \
DTriangularMatrixVector_MKL.h54 … const Scalar* _rhs, Index rhsIncr, Scalar* _res, Index resIncr, Scalar alpha) { \
56 _rows, _cols, _lhs, lhsStride, _rhs, rhsIncr, _res, resIncr, alpha); \
62 … const Scalar* _rhs, Index rhsIncr, Scalar* _res, Index resIncr, Scalar alpha) { \
64 _rows, _cols, _lhs, lhsStride, _rhs, rhsIncr, _res, resIncr, alpha); \
85 const EIGTYPE* _rhs, Index rhsIncr, EIGTYPE* _res, Index resIncr, EIGTYPE alpha) \
89 _rows, _cols, _lhs, lhsStride, _rhs, rhsIncr, _res, resIncr, alpha); \
100 Map<const VectorRhs, 0, InnerStride<> > rhs(_rhs,cols,InnerStride<>(rhsIncr)); \
170 const EIGTYPE* _rhs, Index rhsIncr, EIGTYPE* _res, Index resIncr, EIGTYPE alpha) \
174 _rows, _cols, _lhs, lhsStride, _rhs, rhsIncr, _res, resIncr, alpha); \
185 Map<const VectorRhs, 0, InnerStride<> > rhs(_rhs,cols,InnerStride<>(rhsIncr)); \
DSelfadjointMatrixVector_MKL.h55 const Scalar* _rhs, Index rhsIncr, Scalar* res, Scalar alpha) { \
61 size, lhs, lhsStride, _rhs, rhsIncr, res, alpha); \
64 size, lhs, lhsStride, _rhs, rhsIncr, res, alpha); \
82 const EIGTYPE* _rhs, Index rhsIncr, EIGTYPE* res, EIGTYPE alpha) \
88 MKL_INT n=size, lda=lhsStride, incx=rhsIncr, incy=1; \
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,
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);
[all …]
DSelfadjointMatrixVector.h33 const Scalar* _rhs, Index rhsIncr,
42 const Scalar* _rhs, Index rhsIncr, in run() argument
67 …ei_declare_aligned_stack_constructed_variable(Scalar,rhs,size,rhsIncr==1 ? const_cast<Scalar*>(_rh… in run()
68 if (rhsIncr!=1) in run()
71 for (Index i=0; i<size; ++i, it+=rhsIncr) in run()