Howdy,

[snip]
> 2) Math::GSL: At the beginning I intended to use Math::GSL as a back
> end for the matrix operations. However, I did not get it installed
> on my machine. The issue had already been reported. Now I am using
> Math::MatrixReal as back end which works fine. It is still possible
> to support Math::GSL as an alternative back end in the future.
> However, the algorithm only deals with 3x3 matrices. If performance
> is an issue I/O is likely to be the rate limiting step.

I am the current maintainer of Math::MatrixReal and the author of
Math::GSL, so please let me know if I can help you in regard to making
your code play nice with those. Can I see your code? It would help to
give you more constructive criticism.

I believe that making your module interoperate nicely with prior art
is at least, and probably more, important than changing the name. If
you basically just have one function in your module, you may want to
just integrate into Math::MatrixReal. Does your algorithm generalize
to NxN matrices, or it is specific to 3-vectors?

> Thank you for your comments and best regards,
> Lutz
>

Duke


-- 
Jonathan "Duke" Leto
jonat...@leto.net
http://leto.net

Reply via email to