mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
raw import of covar() : this is the last one, and we now do not depend on
the cminpack library anymore.
This commit is contained in:
@@ -36,10 +36,6 @@ namespace Eigen {
|
||||
*/
|
||||
//@{
|
||||
|
||||
#if 1
|
||||
#include <cminpack.h>
|
||||
#else
|
||||
|
||||
/* Declarations for minpack */
|
||||
typedef int (*minpack_func_nn)(void *p, int n, const double *x, double *fvec, int iflag );
|
||||
typedef int (*minpack_funcder_nn)(void *p, int n, const double *x, double *fvec, double *fjac, int ldfjac, int iflag );
|
||||
@@ -47,9 +43,6 @@ typedef int (*minpack_func_mn)(void *p, int m, int n, const double *x, double *f
|
||||
typedef int (*minpack_funcder_mn)(void *p, int m, int n, const double *x, double *fvec, double *fjac, int ldfjac, int iflag );
|
||||
typedef int (*minpack_funcderstr_mn)(void *p, int m, int n, const double *x, double *fvec, double *fjrow, int iflag );
|
||||
|
||||
void covar(int n, double *r__, int ldr, const int *ipvt, double tol, double *wa);
|
||||
#endif
|
||||
|
||||
#include "src/NonLinear/qrsolv.h"
|
||||
#include "src/NonLinear/r1updt.h"
|
||||
#include "src/NonLinear/r1mpyq.h"
|
||||
|
||||
Reference in New Issue
Block a user