Looking for actively maintained matrix math library for php

Posted by Mnebuerquo on Stack Overflow See other posts from Stack Overflow or by Mnebuerquo
Published on 2009-02-21T20:20:52Z Indexed on 2010/04/20 21:33 UTC
Read the original article Hit count: 308

Filed under:
|
|
|

Does anyone know where I might find a PHP matrix math library which is still actively maintained?

I need to be able to do the basic matrix operations like reduce, transpose (including non-square matrices), invert, determinant, etc.

This question was asked in the past, then closed with no answers. Now I need an answer to the same question. See these links to related questions:

http://stackoverflow.com/questions/428473/matrix-artihmetic-in-php http://stackoverflow.com/questions/435074/matrix-arithmetic-in-php-again

I was in the process of installing the pear Math_Matrix library when I saw these and realized it wouldn't help me. (Thanks Ben for putting that comment about transpose in your question.)

I can code this stuff myself, but I would make me happier to see that there is a library for this somewhere.

© Stack Overflow or respective owner

Related posts about php

Related posts about matrix