Home
last modified time | relevance | path

Searched refs:_rows (Results 1 – 8 of 8) sorted by relevance

/external/eigen/Eigen/src/Core/products/
DTriangularMatrixVector_MKL.h53 static void run(Index _rows, Index _cols, const Scalar* _lhs, Index lhsStride, \
56 _rows, _cols, _lhs, lhsStride, _rhs, rhsIncr, _res, resIncr, alpha); \
61 static void run(Index _rows, Index _cols, const Scalar* _lhs, Index lhsStride, \
64 _rows, _cols, _lhs, lhsStride, _rhs, rhsIncr, _res, resIncr, alpha); \
84 static void run(Index _rows, Index _cols, const EIGTYPE* _lhs, Index lhsStride, \
89 _rows, _cols, _lhs, lhsStride, _rhs, rhsIncr, _res, resIncr, alpha); \
92 Index size = (std::min)(_rows,_cols); \
93 Index rows = IsLower ? _rows : size; \
169 static void run(Index _rows, Index _cols, const EIGTYPE* _lhs, Index lhsStride, \
174 _rows, _cols, _lhs, lhsStride, _rhs, rhsIncr, _res, resIncr, alpha); \
[all …]
DTriangularMatrixMatrix_MKL.h59 …static inline void run(Index _rows, Index _cols, Index _depth, const Scalar* _lhs, Index lhsStride…
64 _rows, _cols, _depth, _lhs, lhsStride, _rhs, rhsStride, res, resStride, alpha, blocking); \
95 Index _rows, Index _cols, Index _depth, \
101 Index diagSize = (std::min)(_rows,_depth); \
102 Index rows = IsLower ? _rows : diagSize; \
118_rows, _cols, _depth, _lhs, lhsStride, _rhs, rhsStride, res, resStride, alpha, blocking); \
125 …gemm_blocking_space<ColMajor,EIGTYPE,EIGTYPE,Dynamic,Dynamic,Dynamic> gemm_blocking(_rows,_cols,_d…
209 Index _rows, Index _cols, Index _depth, \
216 Index rows = _rows; \
232_rows, _cols, _depth, _lhs, lhsStride, _rhs, rhsStride, res, resStride, alpha, blocking); \
[all …]
DTriangularMatrixVector.h29 …static EIGEN_DONT_INLINE void run(Index _rows, Index _cols, const LhsScalar* _lhs, Index lhsStrid…
35 ::run(Index _rows, Index _cols, const LhsScalar* _lhs, Index lhsStride,
39 Index size = (std::min)(_rows,_cols);
40 Index rows = IsLower ? _rows : (std::min)(_rows,_cols);
41 Index cols = IsLower ? (std::min)(_rows,_cols) : _cols;
97 …static EIGEN_DONT_INLINE void run(Index _rows, Index _cols, const LhsScalar* _lhs, Index lhsStride,
103 ::run(Index _rows, Index _cols, const LhsScalar* _lhs, Index lhsStride,
107 Index diagSize = (std::min)(_rows,_cols);
108 Index rows = IsLower ? _rows : diagSize;
DTriangularMatrixMatrix.h95 Index _rows, Index _cols, Index _depth,
108 Index _rows, Index _cols, Index _depth,
115 Index diagSize = (std::min)(_rows,_depth);
116 Index rows = IsLower ? _rows : diagSize;
236 Index _rows, Index _cols, Index _depth,
249 Index _rows, Index _cols, Index _depth,
257 Index rows = _rows;
/external/ImageMagick/Magick++/lib/
DPixels.cpp24 _rows(0) in Pixels()
43 _rows=rows_; in get()
59 _rows=rows_; in getConst()
82 _rows=rows_; in set()
DSTL.cpp879 _rows( roll_.height() ) in rollImage()
885 _rows( rows_ ) in rollImage()
890 image_.roll( _columns, _rows ); in operator ()()
/external/ImageMagick/Magick++/lib/Magick++/
DPixels.h77 size_t _rows; // Height of view variable
149 return _rows; in rows()
DSTL.h938 size_t _rows; variable