lbfgsb-sys 0.1.0

The package provides an interface to L-BFGS-B fortran routine
Documentation
1
2
3
4
5
6
7
8
      subroutine stringfy(string)
      character*60     string
c utility for converting into string
      string = 'START'

      return

      end