Packages

Erlang BLAS wrapper.

Current section

Files

Jump to
blas src blas.app.src
Raw

src/blas.app.src

{application,blas,
[{description,"Erlang BLAS wrapper."},
{vsn,"1.0.0"},
{modules,[blas,chain]},
{registered,[]},
{applications,[kernel,stdlib]},
{licenses,["Apache-2.0"]},
{links,[{"Github","https://github.com/erlef/blas"}]}]}.