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

math.minpack.Lmdif_fcn Maven / Gradle / Ivy

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

public interface Lmdif_fcn {

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy