Searched refs:a_startCol (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)
128 && a_startCol >= 0 && BlockCols >= 1 && a_startCol + BlockCols <= xpr.cols());
134 Index a_startRow, Index a_startCol,
136 : Impl(xpr, a_startRow, a_startCol, blockRows, blockCols)
141 && a_startCol >= 0 && blockCols >= 0 && a_startCol <= xpr.cols() - blockCols);
157 inline BlockImpl(XprType& xpr, Index a_startRow, Index a_startCol) : Impl(xpr, a_startRow, a_startCol) {} 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 92 milliseconds