aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/util/ForwardDeclarations.h
diff options
context:
space:
mode:
authorGravatar Gael Guennebaud <g.gael@free.fr>2009-09-01 13:18:03 +0200
committerGravatar Gael Guennebaud <g.gael@free.fr>2009-09-01 13:18:03 +0200
commit8392373d960c088b076b125775ccfc6a91f7d25e (patch)
tree43fd927593a0da8bfa83e657a867328a63b0be28 /Eigen/src/Core/util/ForwardDeclarations.h
parent32f95ec2670a287234d7f614a20062e7d8499906 (diff)
add a JacobiRotation class wrapping the cosine-sine pair with
some convenient features (transpose, adjoint, product)
Diffstat (limited to 'Eigen/src/Core/util/ForwardDeclarations.h')
-rw-r--r--Eigen/src/Core/util/ForwardDeclarations.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Eigen/src/Core/util/ForwardDeclarations.h b/Eigen/src/Core/util/ForwardDeclarations.h
index d7dc61e73..18d3af7c5 100644
--- a/Eigen/src/Core/util/ForwardDeclarations.h
+++ b/Eigen/src/Core/util/ForwardDeclarations.h
@@ -123,6 +123,7 @@ template<typename MatrixType> class SVD;
template<typename MatrixType, unsigned int Options = 0> class JacobiSVD;
template<typename MatrixType, int UpLo = LowerTriangular> class LLT;
template<typename MatrixType> class LDLT;
+template<typename Scalar> class JacobiRotation;
// Geometry module:
template<typename Derived, int _Dim> class RotationBase;