aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/util
diff options
context:
space:
mode:
authorGravatar Gael Guennebaud <g.gael@free.fr>2008-09-13 18:51:51 +0000
committerGravatar Gael Guennebaud <g.gael@free.fr>2008-09-13 18:51:51 +0000
commit8473a77f2fc3461a4d93de08cda4a50a62ca0abe (patch)
treee84eb92d9038addbbc99e16e1eb4038715ac7c53 /Eigen/src/Core/util
parenta62bd110a25aae0a2f898013f37bfb3ab379cc55 (diff)
move CommaInitializer out of MatrixBase and documment it (because of .finished())
Diffstat (limited to 'Eigen/src/Core/util')
-rw-r--r--Eigen/src/Core/util/ForwardDeclarations.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Eigen/src/Core/util/ForwardDeclarations.h b/Eigen/src/Core/util/ForwardDeclarations.h
index 8a8beb9b7..55016e05d 100644
--- a/Eigen/src/Core/util/ForwardDeclarations.h
+++ b/Eigen/src/Core/util/ForwardDeclarations.h
@@ -51,6 +51,8 @@ template<typename MatrixType, unsigned int Mode> class Part;
template<typename MatrixType, unsigned int Mode> class Extract;
template<typename ExpressionType> class Cwise;
template<typename ExpressionType> class WithFormat;
+template<typename MatrixType> struct CommaInitializer;
+
template<typename Lhs, typename Rhs> struct ei_product_mode;
template<typename Lhs, typename Rhs, int ProductMode = ei_product_mode<Lhs,Rhs>::value> struct ProductReturnType;