Parallel Colt 0.7.2

Package optimization

Java nonlinear optimization package.

See:
          Description

Interface Summary
DoubleFmin_methods  
FloatFmin_methods  
 

Class Summary
Blas_f77 This class contains Java versions of a number of the LINPACK basic linear algebra subroutines (blas): isamax_f77 daxpy_f77 ddot_f77 dscal_f77 dswap_f77 dnrm2_f77 dcopy_f77 drotg_f77 It also contains utility routines that the translator found useful while translating the FORTRAN code to Java code.
DoubleFmin This class was translated by a statistician from the FORTRAN version of fmin.
FloatFmin This class was translated by a statistician from the FORTRAN version of fmin.
LmderTest_f77 This class tests the Minpack_f77.lmder1_f77 method, a Java translation of the MINPACK lmder1 subroutine.
LmdifTest_f77 This class tests the Minpack_f77.lmdif1_f77 method, a Java translation of the MINPACK lmdif1 subroutine.
Minpack_f77 This class contains Java translations of the MINPACK nonlinear least squares routines.
Uncmin_f77 This class contains Java translations of the UNCMIN unconstrained optimization routines.
 

Package optimization Description

Java nonlinear optimization package.


Parallel Colt 0.7.2

Jump to the Parallel Colt Homepage