Eigen
3.4.90 (git rev 5a9f66fb35d03a4da9ef8976e67a61b30aa16dcf)
Loading...
Searching...
No Matches
Geometry
1
// This file is part of Eigen, a lightweight C++ template library
2
// for linear algebra.
3
//
4
// This Source Code Form is subject to the terms of the Mozilla
5
// Public License v. 2.0. If a copy of the MPL was not distributed
6
// with this file, You can obtain one at http://mozilla.org/MPL/2.0/.
7
8
#ifndef EIGEN_GEOMETRY_MODULE_H
9
#define EIGEN_GEOMETRY_MODULE_H
10
11
#include "Core"
12
13
#include "SVD"
14
#include "LU"
15
#include <limits>
16
17
#include "src/Core/util/DisableStupidWarnings.h"
18
37
// IWYU pragma: begin_exports
38
#include "src/Geometry/OrthoMethods.h"
39
#include "src/Geometry/EulerAngles.h"
40
#include "src/Geometry/Homogeneous.h"
41
#include "src/Geometry/RotationBase.h"
42
#include "src/Geometry/Rotation2D.h"
43
#include "src/Geometry/Quaternion.h"
44
#include "src/Geometry/AngleAxis.h"
45
#include "src/Geometry/Transform.h"
46
#include "src/Geometry/Translation.h"
47
#include "src/Geometry/Scaling.h"
48
#include "src/Geometry/Hyperplane.h"
49
#include "src/Geometry/ParametrizedLine.h"
50
#include "src/Geometry/AlignedBox.h"
51
#include "src/Geometry/Umeyama.h"
52
53
// Use the SSE optimized version whenever possible.
54
#if (defined EIGEN_VECTORIZE_SSE) || (defined EIGEN_VECTORIZE_NEON)
55
#include "src/Geometry/arch/Geometry_SIMD.h"
56
#endif
57
// IWYU pragma: end_exports
58
59
#include "src/Core/util/ReenableStupidWarnings.h"
60
61
#endif
// EIGEN_GEOMETRY_MODULE_H
Eigen
Geometry
Generated on Tue May 28 2024 11:34:36 for Eigen by
1.11.0