mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
merge my Dynamic -> -1 change
This commit is contained in:
@@ -8,6 +8,10 @@
|
||||
#include "main.h"
|
||||
#include <unsupported/Eigen/NonLinearOptimization>
|
||||
|
||||
// This disables some useless Warnings on MSVC.
|
||||
// It is intended to be done for this test only.
|
||||
#include <Eigen/src/Core/util/DisableMSVCWarnings.h>
|
||||
|
||||
int fcn_chkder(const VectorXd &x, VectorXd &fvec, MatrixXd &fjac, int iflag)
|
||||
{
|
||||
/* subroutine fcn for chkder example. */
|
||||
|
||||
Reference in New Issue
Block a user