Searched refs:a_startRow (Results 1 - 1 of 1) sorted by relevance

/external/eigen/Eigen/src/Core/
H A DBlock.h123 inline Block(XprType& xpr, Index a_startRow, Index a_startCol) argument
124 : Impl(xpr, a_startRow, a_startCol)
127 eigen_assert(a_startRow >= 0 && BlockRows >= 1 && a_startRow + BlockRows <= xpr.rows()
134 Index a_startRow, Index a_startCol,
136 : Impl(xpr, a_startRow, a_startCol, blockRows, blockCols)
140 eigen_assert(a_startRow >= 0 && blockRows >= 0 && a_startRow <= xpr.rows() - blockRows
157 inline BlockImpl(XprType& xpr, Index a_startRow, Index a_startCol) : Impl(xpr, a_startRow, a_startCo argument
133 Block(XprType& xpr, Index a_startRow, Index a_startCol, Index blockRows, Index blockCols) argument
158 BlockImpl(XprType& xpr, Index a_startRow, Index a_startCol, Index blockRows, Index blockCols) argument
193 BlockImpl_dense(XprType& xpr, Index a_startRow, Index a_startCol) argument
200 BlockImpl_dense(XprType& xpr, Index a_startRow, Index a_startCol, Index blockRows, Index blockCols) argument
[all...]

Completed in 78 milliseconds