aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/util/ForwardDeclarations.h
diff options
context:
space:
mode:
authorGravatar Gael Guennebaud <g.gael@free.fr>2008-06-03 07:32:12 +0000
committerGravatar Gael Guennebaud <g.gael@free.fr>2008-06-03 07:32:12 +0000
commita9cf229e150f0a93a62376cddf030995171fd5d6 (patch)
tree159e08387f9c168996a288377ffd55edc20316b5 /Eigen/src/Core/util/ForwardDeclarations.h
parent8de4d92b70753e81420d2ff387f9596eb423b2de (diff)
add a geometry unit test and fix a couple of typo in Quaternion.h
Diffstat (limited to 'Eigen/src/Core/util/ForwardDeclarations.h')
-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 a9974c38b..f9370ada9 100644
--- a/Eigen/src/Core/util/ForwardDeclarations.h
+++ b/Eigen/src/Core/util/ForwardDeclarations.h
@@ -51,6 +51,8 @@ template<int Direction, typename UnaryOp, typename MatrixType> class PartialRedu
template<typename MatrixType, unsigned int Mode> class Part;
template<typename MatrixType, unsigned int Mode> class Extract;
template<typename Derived, bool HasArrayFlag = int(ei_traits<Derived>::Flags) & ArrayBit> class ArrayBase {};
+template<typename Lhs, typename Rhs> class Cross;
+template<typename Scalar> class Quaternion;
template<typename Scalar> struct ei_scalar_sum_op;