Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: MPC_current_control HydraulicControlBoard_SW AHRS Test_ekf ... more
Jacobi.h
00001 #ifndef EIGEN_JACOBI_MODULE_H 00002 #define EIGEN_JACOBI_MODULE_H 00003 00004 #include "Core.h" 00005 00006 #include "src/Core/util/DisableStupidWarnings.h" 00007 00008 /** \defgroup Jacobi_Module Jacobi module 00009 * This module provides Jacobi and Givens rotations. 00010 * 00011 * \code 00012 * #include <Eigen/Jacobi> 00013 * \endcode 00014 * 00015 * In addition to listed classes, it defines the two following MatrixBase methods to apply a Jacobi or Givens rotation: 00016 * - MatrixBase::applyOnTheLeft() 00017 * - MatrixBase::applyOnTheRight(). 00018 */ 00019 00020 #include "src/Jacobi/Jacobi.h" 00021 00022 #include "src/Core/util/ReenableStupidWarnings.h" 00023 00024 #endif // EIGEN_JACOBI_MODULE_H 00025 /* vim: set filetype=cpp et sw=2 ts=2 ai: */
Generated on Tue Jul 12 2022 17:34:13 by
