Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 392 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 392 Bytes

C interface of nlminb optimization in R language

Unconstrained and box-constrained optimization using PORT routines.

Installation

cd lib && tar -xvzf blas-3.8.0.tgz \
    && cd BLAS-3.8.0 && make
make

References

David M. Gay (1990), Usage summary for selected optimization routines. Computing Science Technical Report 153, AT&T Bell Laboratories, Murray Hill.