aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core
diff options
context:
space:
mode:
authorGravatar Benoit Jacob <jacob.benoit.1@gmail.com>2008-08-31 04:25:30 +0000
committerGravatar Benoit Jacob <jacob.benoit.1@gmail.com>2008-08-31 04:25:30 +0000
commit5c34d8e20a4263bb387e19da4209137bfe519a54 (patch)
tree780d056622ddacf9b4554582bfd51c83f171699c /Eigen/src/Core
parent5c8c09e02188ab4441a99bb07c5feb1308ab068f (diff)
The discussed changes to Hyperplane, the ParametrizedLine class, and the
API update in Regression...
Diffstat (limited to 'Eigen/src/Core')
-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 015f4e5b7..fca47bad4 100644
--- a/Eigen/src/Core/util/ForwardDeclarations.h
+++ b/Eigen/src/Core/util/ForwardDeclarations.h
@@ -106,6 +106,8 @@ template<typename Scalar> class Quaternion;
template<typename Scalar> class Rotation2D;
template<typename Scalar> class AngleAxis;
template<typename Scalar,int Dim> class Transform;
+template <typename _Scalar, int _AmbientDim> class ParametrizedLine;
+template <typename _Scalar, int _AmbientDim> class Hyperplane;
template<typename Scalar,int Dim> class Translation;
template<typename Scalar,int Dim> class Scaling;