Download optimization-1.0.jar file - Jar o

Jar examples for o:optimization

Description

Optimization routines translated from FORTRAN to java.

You can download jar file optimization 1.0 in this page.

License

Custom FPL License

Build File

You can use the following script to add optimization-1.0.jar to your project.

<dependency>
   <groupId>net.sourceforge.parallelcolt</groupId>
   <artifactId>optimization</artifactId>
   <version>1.0</version>
</dependency>
compile group: 'net.sourceforge.parallelcolt', name: 'optimization', version: '1.0'
libraryDependencies += "net.sourceforge.parallelcolt" % "optimization" % "1.0"
<dependency org="net.sourceforge.parallelcolt" name="optimization" rev="1.0"/>
@Grapes(@Grab(group='net.sourceforge.parallelcolt', module='optimization', version='1.0'))
'net.sourceforge.parallelcolt:optimization:jar:1.0'

Download

Click the following link to download the jar file.

optimization-1.0.pom



Related Tutorials