packages feed

fpnla 0.1 → 0.1.1

raw patch · 2 files changed

+9/−3 lines, 2 files

Files

LICENSE view
@@ -1,4 +1,4 @@-Copyright (c) 2014, Mauro Blanco, Pablo Perdomo+Copyright (c) 2014, Mauro Blanco, Pablo Perdomo, Pablo Ezzatti, Alberto Pardo, Marcos Viera All rights reserved.  Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
fpnla.cabal view
@@ -1,9 +1,9 @@ name:           fpnla-version:        0.1+version:        0.1.1 cabal-version:  >=1.2 build-type:     Simple stability:      Experimental-author:         Pablo Perdomo, Mauro Blanco+author:         Mauro Blanco, Pablo Perdomo, Pablo Ezzatti, Alberto Pardo, Marcos Viera synopsis:       A library for NLA operations description:     .@@ -21,11 +21,17 @@     .     The framework is based on BLAS (<http://www.netlib.org/blas/>) and LAPACK (<http://www.netlib.org/lapack/>) linear algebra libraries, as these are well known libraries in the area. For this reason the design of the framework is strongly oriented to these libraries. Anyway it is possible to easily define operations not considered in these libraries and still maintaining the above properties.     .+    Many representations and strategy definitions (from which many are parallel) can be found in the @fpnla-examples@ (<http://hackage.haskell.org/package/fpnla-examples>) package.+    .+    Details about the package may be found in the paper: Towards a functional run-time for dense NLA domain. In Proceedings of the 2Nd ACM SIGPLAN Workshop on +    Functional High-performance Computing. New York, NY, USA. ACM, pages 85-96 (<http://www.fing.edu.uy/~mviera/papers/fhpc13.pdf>).+    . tested-with:    GHC==7.6.3 maintainer:     Pablo Perdomo <pperdomo@fing.edu.uy>, Mauro Blanco <mblanco@fing.edu.uy> category:       Math license:        BSD3 license-file:   LICENSE+copyright:      Universidad de la República, Uruguay  library   hs-source-dirs:  src