Haskell Matrix Library...

Bulat Ziganshin bulatz at HotPOP.com
Fri Jun 10 01:19:40 EDT 2005


Hello Keean,

Thursday, June 09, 2005, 8:52:55 PM, you wrote:

KS>   (sometimes the best is the enemy of the good!)

i think that best in this case will be splitting library to
"low-level" and "high-level" parts, where low-level part implements
functions like "miltipleMatrixByScalar", "miltipleMatrixByMatrix" and
so on and high-level part implements matlab-like or strong-typed
access to this functions via appropriate overloaded operators and so
on. so in this case low-level==semantics and high-level==syntax

moreover, low-level interface must be general enough to allow
different implementations - haskell, template haskell, ffi->lipack


-- 
Best regards,
 Bulat                            mailto:bulatz at HotPOP.com





More information about the Libraries mailing list