├── README.rdoc ├── nbproject ├── build-impl.xml ├── genfiles.properties ├── project.properties └── project.xml ├── src └── com │ └── cureos │ └── numerics │ ├── Calcfc.java │ ├── Cobyla.java │ └── CobylaExitStatus.java └── test └── com └── cureos └── numerics └── CobylaTest.java /README.rdoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cureos/jcobyla/HEAD/README.rdoc -------------------------------------------------------------------------------- /nbproject/build-impl.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cureos/jcobyla/HEAD/nbproject/build-impl.xml -------------------------------------------------------------------------------- /nbproject/genfiles.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cureos/jcobyla/HEAD/nbproject/genfiles.properties -------------------------------------------------------------------------------- /nbproject/project.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cureos/jcobyla/HEAD/nbproject/project.properties -------------------------------------------------------------------------------- /nbproject/project.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cureos/jcobyla/HEAD/nbproject/project.xml -------------------------------------------------------------------------------- /src/com/cureos/numerics/Calcfc.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cureos/jcobyla/HEAD/src/com/cureos/numerics/Calcfc.java -------------------------------------------------------------------------------- /src/com/cureos/numerics/Cobyla.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cureos/jcobyla/HEAD/src/com/cureos/numerics/Cobyla.java -------------------------------------------------------------------------------- /src/com/cureos/numerics/CobylaExitStatus.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cureos/jcobyla/HEAD/src/com/cureos/numerics/CobylaExitStatus.java -------------------------------------------------------------------------------- /test/com/cureos/numerics/CobylaTest.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cureos/jcobyla/HEAD/test/com/cureos/numerics/CobylaTest.java --------------------------------------------------------------------------------