Implement evaluators for sparse Block.

This commit is contained in:
Gael Guennebaud
2014-06-25 09:58:26 +02:00
parent 17f119689e
commit e3ba5329ff
5 changed files with 175 additions and 7 deletions

View File

@@ -122,6 +122,8 @@ template<typename XprType, int BlockRows, int BlockCols, bool InnerPanel> class
typedef Impl Base;
EIGEN_GENERIC_PUBLIC_INTERFACE(Block)
EIGEN_INHERIT_ASSIGNMENT_OPERATORS(Block)
typedef typename internal::remove_all<XprType>::type NestedExpression;
/** Column or Row constructor
*/