Searched defs:BlockImpl (Results 1 - 2 of 2) sorted by relevance

/external/eigen/Eigen/src/SparseCore/
H A DSparseBlock.h16 class BlockImpl<XprType,BlockRows,BlockCols,true,Sparse> class in namespace:Eigen
30 typedef typename BlockImpl::Index Index;
42 typedef typename BlockImpl::Index Index;
53 inline BlockImpl(const XprType& xpr, int i) function in class:Eigen::BlockImpl
57 inline BlockImpl(const XprType& xpr, int startRow, int startCol, int blockRows, int blockCols) function in class:Eigen::BlockImpl
70 EIGEN_INHERIT_ASSIGNMENT_OPERATORS(BlockImpl)
79 class BlockImpl<SparseMatrix<_Scalar, _Options, _Index>,BlockRows,BlockCols,true,Sparse> class in namespace:Eigen
115 inline BlockImpl(const SparseMatrixType& xpr, int i) function in class:Eigen::BlockImpl
119 inline BlockImpl(const SparseMatrixType& xpr, int startRow, int startCol, int blockRows, int blockCols) function in class:Eigen::BlockImpl
229 EIGEN_STATIC_ASSERT_VECTOR_ONLY(BlockImpl);
292 class BlockImpl<XprType,BlockRows,BlockCols,InnerPanel,Sparse> class in namespace:Eigen
303 inline BlockImpl(const XprType& xpr, int i) function in class:Eigen::BlockImpl
313 inline BlockImpl(const XprType& xpr, int startRow, int startCol, int blockRows, int blockCols) function in class:Eigen::BlockImpl
[all...]
/external/eigen/Eigen/src/Core/
H A DBlock.h100 template<typename XprType, int BlockRows, int BlockCols, bool InnerPanel, typename StorageKind> class BlockImpl;
103 : public BlockImpl<XprType, BlockRows, BlockCols, InnerPanel, typename internal::traits<XprType>::StorageKind>
105 typedef BlockImpl<XprType, BlockRows, BlockCols, InnerPanel, typename internal::traits<XprType>::StorageKind> Impl;
148 class BlockImpl<XprType, BlockRows, BlockCols, InnerPanel, Dense> class in namespace:Eigen
155 EIGEN_INHERIT_ASSIGNMENT_OPERATORS(BlockImpl)
156 inline BlockImpl(XprType& xpr, Index i) : Impl(xpr,i) {} function in class:Eigen::BlockImpl
157 inline BlockImpl(XprType& xpr, Index a_startRow, Index a_startCol) : Impl(xpr, a_startRow, a_startCol) {} function in class:Eigen::BlockImpl
158 inline BlockImpl(XprType& xpr, Index a_startRow, Index a_startCol, Index blockRows, Index blockCols) function in class:Eigen::BlockImpl

Completed in 1001 milliseconds