#include "Core"#include "src/Core/util/DisableStupidWarnings.h"#include "src/Jacobi/Jacobi.h"#include "src/Core/util/ReenableStupidWarnings.h"Classes | |
| class | JacobiRotation< Scalar > |
| Rotation given by a cosine-sine pair. More... | |
Namespaces | |
| namespace | Eigen |
Namespace containing all symbols from the Eigen library. | |
| namespace | Eigen::internal |
Defines | |
| #define | EIGEN_JACOBI_MODULE_H |
Functions | |
| template<typename VectorX , typename VectorY , typename OtherScalar > | |
| void | apply_rotation_in_the_plane (VectorX &_x, VectorY &_y, const JacobiRotation< OtherScalar > &j) |
| #define EIGEN_JACOBI_MODULE_H |
1.7.5.1