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

/external/eigen/Eigen/src/Core/
H A DBlock.h96 bool HasDirectAccess = internal::has_direct_access<XprType>::ret> class BlockImpl_dense;
145 // The generic default implementation for dense block simplu forward to the internal::BlockImpl_dense
149 : public internal::BlockImpl_dense<XprType, BlockRows, BlockCols, InnerPanel>
151 typedef internal::BlockImpl_dense<XprType, BlockRows, BlockCols, InnerPanel> Impl;
165 template<typename XprType, int BlockRows, int BlockCols, bool InnerPanel, bool HasDirectAccess> class BlockImpl_dense class in namespace:Eigen::internal
173 EIGEN_INHERIT_ASSIGNMENT_OPERATORS(BlockImpl_dense)
179 inline BlockImpl_dense(XprType& xpr, Index i) function in class:Eigen::internal::BlockImpl_dense
193 inline BlockImpl_dense(XprType& xpr, Index a_startRow, Index a_startCol) function in class:Eigen::internal::BlockImpl_dense
200 inline BlockImpl_dense(XprType& xpr, function in class:Eigen::internal::BlockImpl_dense
313 class BlockImpl_dense<XprTyp class in namespace:Eigen::internal
325 inline BlockImpl_dense(XprType& xpr, Index i) function in class:Eigen::internal::BlockImpl_dense
338 inline BlockImpl_dense(XprType& xpr, Index startRow, Index startCol) function in class:Eigen::internal::BlockImpl_dense
346 inline BlockImpl_dense(XprType& xpr, function in class:Eigen::internal::BlockImpl_dense
382 inline BlockImpl_dense(XprType& xpr, const Scalar* data, Index blockRows, Index blockCols) function in class:Eigen::internal::BlockImpl_dense
[all...]

Completed in 157 milliseconds