Package sir.optim

Wraps the Fortran converted LINPACK optimizing function.

See:
          Description

Interface Summary
Uncmin_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.
Uncmin_f77 This class contains Java translations of the UNCMIN unconstrained optimization routines.
 

Package sir.optim Description

Wraps the Fortran converted LINPACK optimizing function.

Package Specification

Java translations of Fortran routines from the LINPACK routines programmed by Steve Verrill, steve@ws13.fpl.fs.fed.us who also deserves all credit for the functionality of the package.

Author: Steve Verrill <steve@ws13.fpl.fs.fed.us> Wrapped into a package by Michael Höhle <hoehle@stat.uni-muenchen.de>
Date: 6 April 2004

Related Documentation

For overviews, tutorials, examples, guides, and tool documentation, please see: