
2 Feb
2014
2 Feb
'14
6:55 p.m.
Hi. Today we are releasing fpnla http://hackage.haskell.org/package/fpnla, which defines a framework for linear algebra operations of BLAS and LAPACK. As its main features it allows: - Definition of multiple representations of vectors and matrices. - Arbitrary combination of strategies and structure representations. - Type-safe manipulation of context information associated to each strategy. - Definition of specialized strategies for a given representation. And also fpnla-examples http://hackage.haskell.org/package/fpnla-examples, which contains many example implementations of the operations defined in fpnla using various data structures and algorithms. Regards. -- Mauro Blanco