lbfgsb-sys — Rust binding of fortran L-BFGS-B subroutine

lbfgs-sys Rust binding of fortran L-BFGS-B subroutine. The orginal fortran subroutine is distributed under BSD-3 license. To know more about the condi
Information
Category: Rust / Computation
Watchers: 5
Star: 11
Fork: 5
Last update: May 26, 2023

Related Repos



alexeedm Pytorch Fortran bindings The goal of this code is provide Fortran HPC codes with a simple way to use Pytorch deep learning framework. We want Fortran
 

calebwin The old version of Emu (which used macros and stuff) is here. Emu is a GPGPU library with a focus on portability, modularity, and performance. It's a
 

noshu rustimization A rust optimization library which includes L-BFGS-B and Conjugate Gradient algorithm. Documentation The simplest way to use these optimi
 

statrs-dev statrs Current Version: v0.12.0 Should work for both nightly and stable Rust. NOTE: While I will try to maintain backwards compatibility as much as po
 

statrs-dev statrs Current Version: v0.12.0 Should work for both nightly and stable Rust. NOTE: While I will try to maintain backwards compatibility as much as po
 

indigits SciRust Scientific computing library written in Rust programming language. The objective is to design a generic library which can be used as a backbon
 

indigits SciRust Scientific computing library written in Rust programming language. The objective is to design a generic library which can be used as a backbon
 

autumnai Collenchyma • Collenchyma is an extensible, pluggable, backend-agnostic framework for parallel, high-performance computations on CUDA, OpenCL and comm
 

arrayfire ArrayFire is a high performance library for parallel computing with an easy-to-use API. It enables users to write scientific c
 

dimforge Users guide | Documentation | Forum Linear algebra library for the Rust programming language.  Click this button if you wish to donate to support the
 

noshu lbfgs-sys Rust binding of fortran L-BFGS-B subroutine. The orginal fortran subroutine is distributed under BSD-3 license. To know more about the condi
 

blas-lapack-rs LAPACK The package provides wrappers for LAPACK (Fortran). The usage of the package is explained here. Example use lapack::*; let n = 3; let mut a =
 

fizyk20 Documentation The following functions are intentionally left out of the bindings: gmp_randinit (not thread-safe, obsolete) mpz_random (not thread-safe
 

noshu cg-sys Rust binding of fortran CG+ subroutine. To know more about the condition to use the orginal Fortran routine please go here #Reference J. C. Gil
 

blas-lapack-rs BLAS The package provides wrappers for BLAS (Fortran). The usage of the package is explained here. Example use blas::*; let (m, n, k) = (2, 4, 3); le