mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-04-22 09:39:34 +08:00
few doc fixes
This commit is contained in:
parent
d1cc2745f7
commit
087df89e20
@ -28,13 +28,13 @@ namespace Eigen {
|
|||||||
/** \ingroup Unsupported_modules
|
/** \ingroup Unsupported_modules
|
||||||
* \ref MatrixFunctions_Module */
|
* \ref MatrixFunctions_Module */
|
||||||
|
|
||||||
|
/** \ingroup Unsupported_modules
|
||||||
|
* \ref MoreVectorization */
|
||||||
|
|
||||||
/** \ingroup Unsupported_modules
|
/** \ingroup Unsupported_modules
|
||||||
* \ref NonLinearOptimization_Module */
|
* \ref NonLinearOptimization_Module */
|
||||||
|
|
||||||
/** \ingroup Unsupported_modules
|
/** \ingroup Unsupported_modules
|
||||||
* \ref NumericalDiff_Module */
|
* \ref NumericalDiff_Module */
|
||||||
|
|
||||||
/** \ingroup Unsupported_modules
|
|
||||||
* \ref MoreVectorization */
|
|
||||||
|
|
||||||
} // namespace Eigen
|
} // namespace Eigen
|
||||||
|
@ -22,8 +22,8 @@
|
|||||||
// License and a copy of the GNU General Public License along with
|
// License and a copy of the GNU General Public License along with
|
||||||
// Eigen. If not, see <http://www.gnu.org/licenses/>.
|
// Eigen. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
#ifndef EIGEN_NONLINEAR_MODULE_H
|
#ifndef EIGEN_NONLINEAROPTIMIZATION_MODULE
|
||||||
#define EIGEN_NONLINEAR_MODULE_H
|
#define EIGEN_NONLINEAROPTIMIZATION_MODULE
|
||||||
|
|
||||||
#include <Eigen/Core>
|
#include <Eigen/Core>
|
||||||
#include <unsupported/Eigen/NumericalDiff>
|
#include <unsupported/Eigen/NumericalDiff>
|
||||||
@ -150,4 +150,4 @@ namespace Eigen {
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
#endif // EIGEN_NONLINEAR_MODULE_H
|
#endif // EIGEN_NONLINEAROPTIMIZATION_MODULE
|
||||||
|
@ -31,13 +31,18 @@ namespace Eigen {
|
|||||||
|
|
||||||
/** \ingroup Unsupported_modules
|
/** \ingroup Unsupported_modules
|
||||||
* \defgroup NumericalDiff_Module Numerical differenciation module
|
* \defgroup NumericalDiff_Module Numerical differenciation module
|
||||||
|
*
|
||||||
|
* \code
|
||||||
|
* #include <unsupported/Eigen/NumericalDiff>
|
||||||
|
* \endcode
|
||||||
|
*
|
||||||
* See http://en.wikipedia.org/wiki/Numerical_differentiation
|
* See http://en.wikipedia.org/wiki/Numerical_differentiation
|
||||||
*
|
*
|
||||||
* Warning : this should NOT be confused with automatic differentiation, which
|
* Warning : this should NOT be confused with automatic differentiation, which
|
||||||
* is a different method and has its own module in Eigen : \ref
|
* is a different method and has its own module in Eigen : \ref
|
||||||
* AutoDiff_Module.
|
* AutoDiff_Module.
|
||||||
*
|
*
|
||||||
* Currently only "Forward" and "Central" scheme are implemented. Those
|
* Currently only "Forward" and "Central" schemes are implemented. Those
|
||||||
* are basic methods, and there exist some more elaborated way of
|
* are basic methods, and there exist some more elaborated way of
|
||||||
* computing such approximates. They are implemented using both
|
* computing such approximates. They are implemented using both
|
||||||
* proprietary and free software, and usually requires linking to an
|
* proprietary and free software, and usually requires linking to an
|
||||||
@ -53,9 +58,6 @@ namespace Eigen {
|
|||||||
* provide full features compatibility with the original (c)minpack
|
* provide full features compatibility with the original (c)minpack
|
||||||
* package.
|
* package.
|
||||||
*
|
*
|
||||||
* \code
|
|
||||||
* #include <unsupported/Eigen/NumericalDiff>
|
|
||||||
* \endcode
|
|
||||||
*/
|
*/
|
||||||
//@{
|
//@{
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user