diff options
author | Alberto Ruiz <aruiz@um.es> | 2015-07-17 21:03:13 +0200 |
---|---|---|
committer | Alberto Ruiz <aruiz@um.es> | 2015-07-17 21:03:13 +0200 |
commit | 39f2bbe937ccbf786af0a326e7aa065890ee331e (patch) | |
tree | 99a10d7b4fcdddad3c5835a0f23e55301411ee1c /packages/base/hmatrix.cabal | |
parent | 475ab94e1e2210d7f2e49cf42a1dfc7959bbebd3 (diff) |
documentation
Diffstat (limited to 'packages/base/hmatrix.cabal')
-rw-r--r-- | packages/base/hmatrix.cabal | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/base/hmatrix.cabal b/packages/base/hmatrix.cabal index 7b25349..31bea3e 100644 --- a/packages/base/hmatrix.cabal +++ b/packages/base/hmatrix.cabal | |||
@@ -9,9 +9,9 @@ Homepage: https://github.com/albertoruiz/hmatrix | |||
9 | Synopsis: Numeric Linear Algebra | 9 | Synopsis: Numeric Linear Algebra |
10 | Description: Linear systems, matrix decompositions, and other numerical computations based on BLAS and LAPACK. | 10 | Description: Linear systems, matrix decompositions, and other numerical computations based on BLAS and LAPACK. |
11 | . | 11 | . |
12 | The standard interface is provided by the module "Numeric.LinearAlgebra". | 12 | Standard interface: "Numeric.LinearAlgebra". |
13 | . | 13 | . |
14 | A safer interface with statically checked dimensions is provided by "Numeric.LinearAlgebra.Static". | 14 | Safer interface with statically checked dimensions: "Numeric.LinearAlgebra.Static". |
15 | . | 15 | . |
16 | Code examples: <http://dis.um.es/~alberto/hmatrix/hmatrix.html> | 16 | Code examples: <http://dis.um.es/~alberto/hmatrix/hmatrix.html> |
17 | 17 | ||