#linear-algebra #bindings #fortran #basic #science #subprograms

libblas-sys

The package provides bindings to the Basic Linear Algebra Subprograms

22 releases

Uses old Rust 2015

0.1.0 May 15, 2015
0.0.21 Apr 7, 2015
0.0.18 Mar 26, 2015
0.0.13 Feb 22, 2015
0.0.2 Nov 21, 2014

#14 in #fortran

MIT license

34KB
397 lines

libblas-sys Build Status

The package provides bindings to the Basic Linear Algebra Subprograms. The bindings are directly to Fortran routines, that is, without any overhead.

Documentation

Contributing

  1. Fork the project.
  2. Implement your idea.
  3. Open a pull request.

lib.rs:

Bindings to the Basic Linear Algebra Subprograms.

The bindings are directly to Fortran routines, that is, without any overhead.

Dependencies

~0–30MB
~582K SLoC