wellposed / hblas

haskell bindings for blas and lapack
www.wellposed.com
BSD 3-Clause "New" or "Revised" License
49 stars 19 forks source link

Document the MatrixTypes module #6

Open alpmestan opened 10 years ago

alpmestan commented 10 years ago

The MatrixTypes module could benefit from some documentation, particularly the arguments to the GADT constructors.

cartazio commented 10 years ago

yup, theres plans. stay tuned

cartazio commented 10 years ago

its going to have a few more blas/lapack matrix formats in there soon. I'm actually planning to factor it out into its own package soon

cartazio commented 10 years ago

@alpmestan it'd help if you asked what you were confused by.

hopenblas is really meant to be a bare bones binding that is used by a library author to evade having to deal with any ffi binding work themselves. Any utility beyond that is a happy accident