From b73ce2de13e8f643bcea98ca95a15ede0011d21a Mon Sep 17 00:00:00 2001 From: Alberto Ruiz Date: Fri, 20 Jun 2014 14:06:45 +0200 Subject: description of interface --- packages/base/hmatrix.cabal | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'packages') diff --git a/packages/base/hmatrix.cabal b/packages/base/hmatrix.cabal index fd45c6d..ba719a1 100644 --- a/packages/base/hmatrix.cabal +++ b/packages/base/hmatrix.cabal @@ -1,5 +1,5 @@ Name: hmatrix -Version: 0.16.0.2 +Version: 0.16.0.3 License: BSD3 License-file: LICENSE Author: Alberto Ruiz @@ -8,6 +8,13 @@ Stability: provisional Homepage: https://github.com/albertoruiz/hmatrix Synopsis: Numeric Linear Algebra Description: Linear algebra based on BLAS and LAPACK. + . + The package is organized as follows: + . + ["Numeric.LinearAlgebra.HMatrix"] Starting point and recommended import module for most applications. + . + ["Numeric.LinearAlgebra.Static"] Experimental alternative interface. + Category: Math tested-with: GHC==7.8 -- cgit v1.2.3