Searched refs:BlockImpl (Results 1 – 2 of 2) sorted by relevance
/external/eigen/Eigen/src/SparseCore/ |
D | SparseBlock.h | 17 class BlockImpl<XprType,BlockRows,BlockCols,true,Sparse> 31 inline BlockImpl(XprType& xpr, Index i) in EIGEN_SPARSE_PUBLIC_INTERFACE() 35 inline BlockImpl(XprType& xpr, Index startRow, Index startCol, Index blockRows, Index blockCols) in BlockImpl() function 81 BlockImpl& operator=(const T&) 287 class BlockImpl<SparseMatrix<_Scalar, _Options, _StorageIndex>,BlockRows,BlockCols,true,Sparse> 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 306 class BlockImpl<const SparseMatrix<_Scalar, _Options, _StorageIndex>,BlockRows,BlockCols,true,Spars… 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 [all …]
|
/external/eigen/Eigen/src/Core/ |
D | Block.h | 67 …name XprType, int BlockRows, int BlockCols, bool InnerPanel, typename StorageKind> class BlockImpl; 104 …: public BlockImpl<XprType, BlockRows, BlockCols, InnerPanel, typename internal::traits<XprType>::… 106 …typedef BlockImpl<XprType, BlockRows, BlockCols, InnerPanel, typename internal::traits<XprType>::S… 154 class BlockImpl<XprType, BlockRows, BlockCols, InnerPanel, Dense> 161 EIGEN_INHERIT_ASSIGNMENT_OPERATORS(BlockImpl) 162 EIGEN_DEVICE_FUNC inline BlockImpl(XprType& xpr, Index i) : Impl(xpr,i) {} 163 …EIGEN_DEVICE_FUNC inline BlockImpl(XprType& xpr, Index startRow, Index startCol) : Impl(xpr, start… 165 inline BlockImpl(XprType& xpr, Index startRow, Index startCol, Index blockRows, Index blockCols)
|