mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-06-04 18:54:00 +08:00
kill stage 15, it's useless
This commit is contained in:
parent
df06f0be31
commit
dc22ae101f
@ -222,7 +222,6 @@ inline static const char *SimdInstructionSetsInUse(void) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#define STAGE10_FULL_EIGEN2_API 10
|
#define STAGE10_FULL_EIGEN2_API 10
|
||||||
#define STAGE15_RESOLVE_API_CONFLICTS_WARN 15
|
|
||||||
#define STAGE20_RESOLVE_API_CONFLICTS 20
|
#define STAGE20_RESOLVE_API_CONFLICTS 20
|
||||||
#define STAGE30_FULL_EIGEN3_API 30
|
#define STAGE30_FULL_EIGEN3_API 30
|
||||||
#define STAGE40_FULL_EIGEN3_STRICTNESS 40
|
#define STAGE40_FULL_EIGEN3_STRICTNESS 40
|
||||||
@ -237,9 +236,6 @@ inline static const char *SimdInstructionSetsInUse(void) {
|
|||||||
#elif defined EIGEN2_SUPPORT_STAGE20_RESOLVE_API_CONFLICTS
|
#elif defined EIGEN2_SUPPORT_STAGE20_RESOLVE_API_CONFLICTS
|
||||||
#define EIGEN2_SUPPORT
|
#define EIGEN2_SUPPORT
|
||||||
#define EIGEN2_SUPPORT_STAGE STAGE20_RESOLVE_API_CONFLICTS
|
#define EIGEN2_SUPPORT_STAGE STAGE20_RESOLVE_API_CONFLICTS
|
||||||
#elif defined EIGEN2_SUPPORT_STAGE15_RESOLVE_API_CONFLICTS_WARN
|
|
||||||
#define EIGEN2_SUPPORT
|
|
||||||
#define EIGEN2_SUPPORT_STAGE STAGE15_RESOLVE_API_CONFLICTS_WARN
|
|
||||||
#elif defined EIGEN2_SUPPORT_STAGE10_FULL_EIGEN2_API
|
#elif defined EIGEN2_SUPPORT_STAGE10_FULL_EIGEN2_API
|
||||||
#define EIGEN2_SUPPORT
|
#define EIGEN2_SUPPORT
|
||||||
#define EIGEN2_SUPPORT_STAGE STAGE10_FULL_EIGEN2_API
|
#define EIGEN2_SUPPORT_STAGE STAGE10_FULL_EIGEN2_API
|
||||||
|
@ -90,9 +90,7 @@ MatrixBase<Derived>::dot(const MatrixBase<OtherDerived>& other) const
|
|||||||
/** \returns the dot product of *this with other, with the Eigen2 convention that the dot product is linear in the first variable
|
/** \returns the dot product of *this with other, with the Eigen2 convention that the dot product is linear in the first variable
|
||||||
* (conjugating the second variable). Of course this only makes a difference in the complex case.
|
* (conjugating the second variable). Of course this only makes a difference in the complex case.
|
||||||
*
|
*
|
||||||
* This method is only available in EIGEN2_SUPPORT mode. With EIGEN2_SUPPORT_STAGE10_FULL_EIGEN2_API and
|
* This method is only available in EIGEN2_SUPPORT mode.
|
||||||
* EIGEN2_SUPPORT_STAGE20_RESOLVE_API_CONFLICTS, the dot() method itself uses it. With EIGEN2_SUPPORT_STAGE30_FULL_EIGEN3_API,
|
|
||||||
* the dot() method no longer uses it, but it's still available.
|
|
||||||
*
|
*
|
||||||
* \only_for_vectors
|
* \only_for_vectors
|
||||||
*
|
*
|
||||||
|
@ -7,7 +7,6 @@
|
|||||||
#define M_PI 3.14159265358979323846
|
#define M_PI 3.14159265358979323846
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
#if EIGEN2_SUPPORT_STAGE < STAGE20_RESOLVE_API_CONFLICTS
|
#if EIGEN2_SUPPORT_STAGE < STAGE20_RESOLVE_API_CONFLICTS
|
||||||
#include "RotationBase.h"
|
#include "RotationBase.h"
|
||||||
#include "Rotation2D.h"
|
#include "Rotation2D.h"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user