mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-01-30 17:40:05 +08:00
cleaning doc
This commit is contained in:
parent
52026eb800
commit
a453298322
@ -22,7 +22,6 @@
|
|||||||
// 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_NONLINEAR_MODULE_H
|
||||||
#define EIGEN_NONLINEAR_MODULE_H
|
#define EIGEN_NONLINEAR_MODULE_H
|
||||||
|
|
||||||
@ -31,8 +30,12 @@
|
|||||||
namespace Eigen {
|
namespace Eigen {
|
||||||
|
|
||||||
/** \ingroup Unsupported_modules
|
/** \ingroup Unsupported_modules
|
||||||
* \defgroup Support for non linear optimization and non linear least
|
* \defgroup NonLinear Support for non linear optimization and non linear least
|
||||||
* square using minpack routines.
|
* square using minpack routines.
|
||||||
|
*
|
||||||
|
* \code
|
||||||
|
* #include <unsupported/Eigen/NonLinear>
|
||||||
|
* \endcode
|
||||||
*/
|
*/
|
||||||
//@{
|
//@{
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user