[Haskell-cafe] matrix computations based on the GSL

Henning Thielemann lemming at henning-thielemann.de
Fri Jul 8 09:33:16 EDT 2005


On Thu, 7 Jul 2005, David Roundy wrote:

> On the other hand, this is sort of a silly debate, since the API *I*
> want is a subset of the API *you* want.

The API you want is certainly not just a subset of what I want. E.g. the
singular value decomposition in your favorite API will probably return a
1xN matrix or a MxN diagonal matrix containing the singular values, while
with my favorite API it will return a vector or a list. Right?



More information about the Haskell-Cafe mailing list