Searched refs:BlockImpl (Results 1 – 2 of 2) sorted by relevance
/external/eigen/Eigen/src/SparseCore/ |
D | SparseBlock.h | 16 class BlockImpl<XprType,BlockRows,BlockCols,true,Sparse> 30 typedef typename BlockImpl::Index Index; in EIGEN_SPARSE_PUBLIC_INTERFACE() 42 typedef typename BlockImpl::Index Index; 53 inline BlockImpl(const XprType& xpr, int i) in BlockImpl() function 57 inline BlockImpl(const XprType& xpr, int startRow, int startCol, int blockRows, int blockCols) in BlockImpl() function 70 EIGEN_INHERIT_ASSIGNMENT_OPERATORS(BlockImpl) 81 class BlockImpl<SparseMatrix<_Scalar, _Options, _Index>,BlockRows,BlockCols,true,Sparse> 118 inline BlockImpl(const SparseMatrixType& xpr, int i) in BlockImpl() function 122 …inline BlockImpl(const SparseMatrixType& xpr, int startRow, int startCol, int blockRows, int block… in BlockImpl() function 232 EIGEN_STATIC_ASSERT_VECTOR_ONLY(BlockImpl); in lastCoeff() [all …]
|
/external/eigen/Eigen/src/Core/ |
D | Block.h | 100 …name XprType, int BlockRows, int BlockCols, bool InnerPanel, typename StorageKind> class BlockImpl; 103 …: public BlockImpl<XprType, BlockRows, BlockCols, InnerPanel, typename internal::traits<XprType>::… 105 …typedef BlockImpl<XprType, BlockRows, BlockCols, InnerPanel, typename internal::traits<XprType>::S… 148 class BlockImpl<XprType, BlockRows, BlockCols, InnerPanel, Dense> 155 EIGEN_INHERIT_ASSIGNMENT_OPERATORS(BlockImpl) 156 inline BlockImpl(XprType& xpr, Index i) : Impl(xpr,i) {} 157 …inline BlockImpl(XprType& xpr, Index a_startRow, Index a_startCol) : Impl(xpr, a_startRow, a_start… 158 …inline BlockImpl(XprType& xpr, Index a_startRow, Index a_startCol, Index blockRows, Index blockCol…
|