blas 0.15.2

The package provides an interface to the Basic Linear Algebra Subprograms.
Documentation
#![feature(test)]

extern crate blas;
extern crate test;

mod c;
mod fortran;