Free cookie consent management tool by TermsFeed Policy Generator

source: branches/2929_PrioritizedGrammarEnumeration/HeuristicLab.Algorithms.DataAnalysis.PGE/3.3/go-code/go-levmar/levmar_h.h @ 16080

Last change on this file since 16080 was 16080, checked in by hmaislin, 6 years ago

#2929 initial commit of working PGE version

File size: 202 bytes
Line 
1#ifndef PGE_LEVMAR_H
2#define PGE_LEVMAR_H
3
4
5void levmar_der(double* ygiven, double* p, int m, int n, void* data );
6void levmar_dif(double* ygiven, double* p, int m, int n, void* data );
7
8
9#endif
Note: See TracBrowser for help on using the repository browser.