mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
* start of the Geometry module with a cross product and quaternion expressions
(haven't tried them yet) * applied the meta selector rule to MatrixBase::swap()
This commit is contained in:
13
Eigen/Geometry
Normal file
13
Eigen/Geometry
Normal file
@@ -0,0 +1,13 @@
|
||||
#ifndef EIGEN_GEOMETRY_MODULE_H
|
||||
#define EIGEN_GEOMETRY_MODULE_H
|
||||
|
||||
#include "Core"
|
||||
|
||||
namespace Eigen {
|
||||
|
||||
#include "src/Geometry/Cross.h"
|
||||
#include "src/Geometry/Quaternion.h"
|
||||
|
||||
} // namespace Eigen
|
||||
|
||||
#endif // EIGEN_GEOMETRY_MODULE_H
|
||||
Reference in New Issue
Block a user