All Downloads are FREE. Search and download functionalities are using the official Maven repository.

math.minpack.Lmder_fcn Maven / Gradle / Ivy

There is a newer version: 0.9.5
Show newest version
package math.minpack;

public interface Lmder_fcn {

    void fcn(int m, int n, double x[], double fvec[], double fjac[][], int iflag[]);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy