Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/scivision/l-bfgs-b

Fortran code for L-BFGS-B, modernized
https://github.com/scivision/l-bfgs-b

Last synced: 14 days ago
JSON representation

Fortran code for L-BFGS-B, modernized

Awesome Lists containing this project

README

        

# L-BFGS-B

Fortran code for L-BFGS-B, modernized

## build

```sh
cmake -B build
cmake --build build
```