00001 #ifndef EIGEN_JACOBI_MODULE_H 00002 #define EIGEN_JACOBI_MODULE_H 00003 00004 #include "Core" 00005 00006 #include "src/Core/util/DisableStupidWarnings.h" 00007 00008 namespace Eigen { 00009 00010 /** \defgroup Jacobi_Module Jacobi module 00011 * \ingroup eigen_grp 00012 * This module provides Jacobi and Givens rotations. 00013 * 00014 * \code 00015 * #include <Eigen/Jacobi> 00016 * \endcode 00017 * 00018 * In addition to listed classes, it defines the two following MatrixBase methods to apply a Jacobi or Givens rotation: 00019 * - MatrixBase::applyOnTheLeft() 00020 * - MatrixBase::applyOnTheRight(). 00021 */ 00022 00023 #include "src/Jacobi/Jacobi.h" 00024 00025 } // namespace Eigen 00026 00027 #include "src/Core/util/ReenableStupidWarnings.h" 00028 00029 #endif // EIGEN_JACOBI_MODULE_H 00030 /* vim: set filetype=cpp et sw=2 ts=2 ai: */ 00031
| Page generated by Doxygen 1.7.5 for MRPT 0.9.5 SVN: at Thu Oct 13 21:25:36 UTC 2011 |