Searched defs:BlockImpl (Results 1 – 1 of 1) sorted by relevance
/external/eigen/Eigen/src/SparseCore/ |
D | SparseBlock.h | 35 inline BlockImpl(XprType& xpr, Index startRow, Index startCol, Index blockRows, Index blockCols) in BlockImpl() function 294 inline BlockImpl(SparseMatrixType& xpr, Index i) in BlockImpl() function 298 …inline BlockImpl(SparseMatrixType& xpr, Index startRow, Index startCol, Index blockRows, Index blo… in BlockImpl() function 313 inline BlockImpl(SparseMatrixType& xpr, Index i) in BlockImpl() function 317 …inline BlockImpl(SparseMatrixType& xpr, Index startRow, Index startCol, Index blockRows, Index blo… in BlockImpl() function 387 inline BlockImpl(XprType& xpr, Index i) in BlockImpl() function 397 inline BlockImpl(XprType& xpr, Index startRow, Index startCol, Index blockRows, Index blockCols) in BlockImpl() function
|