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

/external/eigen/Eigen/src/Core/products/
H A DTriangularMatrixVector.h29 static EIGEN_DONT_INLINE void run(Index _rows, Index _cols, const LhsScalar* _lhs, Index lhsStride,
35 ::run(Index _rows, Index _cols, const LhsScalar* _lhs, Index lhsStride, argument
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, argument
110 Index diagSize = (std::min)(_rows,_cols);
112 Index cols = IsLower ? diagSize : _cols;
[all...]
H A DTriangularMatrixMatrix.h95 Index _rows, Index _cols, Index _depth,
108 Index _rows, Index _cols, Index _depth,
118 Index cols = _cols;
245 Index _rows, Index _cols, Index _depth,
258 Index _rows, Index _cols, Index _depth,
266 Index diagSize = (std::min)(_cols,_depth);
269 Index cols = IsLower ? diagSize : _cols;
107 run( Index _rows, Index _cols, Index _depth, const Scalar* _lhs, Index lhsStride, const Scalar* _rhs, Index rhsStride, Scalar* _res, Index resStride, const Scalar& alpha, level3_blocking<Scalar,Scalar>& blocking) argument
257 run( Index _rows, Index _cols, Index _depth, const Scalar* _lhs, Index lhsStride, const Scalar* _rhs, Index rhsStride, Scalar* _res, Index resStride, const Scalar& alpha, level3_blocking<Scalar,Scalar>& blocking) argument

Completed in 56 milliseconds