Home
last modified time | relevance | path

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

/external/eigen/Eigen/src/Core/products/
DTriangularMatrixVector_BLAS.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; \
166 static void run(Index _rows, Index _cols, const EIGTYPE* _lhs, Index lhsStride, \
171 _rows, _cols, _lhs, lhsStride, _rhs, rhsIncr, _res, resIncr, alpha); \
[all …]
DTriangularMatrixMatrix_BLAS.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; \
119_rows, _cols, _depth, _lhs, lhsStride, _rhs, rhsStride, res, resStride, alpha, blocking); \
126 …gemm_blocking_space<ColMajor,EIGTYPE,EIGTYPE,Dynamic,Dynamic,Dynamic> gemm_blocking(_rows,_cols,_d…
206 Index _rows, Index _cols, Index _depth, \
213 Index rows = _rows; \
229_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;
100 …static EIGEN_DONT_INLINE void run(Index _rows, Index _cols, const LhsScalar* _lhs, Index lhsStride,
106 ::run(Index _rows, Index _cols, const LhsScalar* _lhs, Index lhsStride,
110 Index diagSize = (std::min)(_rows,_cols);
111 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;
245 Index _rows, Index _cols, Index _depth,
258 Index _rows, Index _cols, Index _depth,
267 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/trappy/trappy/plotter/
DILinePlotGen.py155 for _ in range(self._rows):
189 self._rows = (self.num_plots / self._attr["per_line"])
192 self._rows += 1
/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