Module Owl_opt_lbfgs__.Lbfgs

module type Cast = sig ... end
module Make : functor (AD : Owl_algodiff_generic_sig.Sig with type Make.A.elt = Base.float) -> functor (Cast : Cast with type arr := AD.A.arr) -> functor (P : Owl_opt.Prms.PT) -> sig ... end