<div dir="ltr">I have created a package called Numerics in squeakmap that adds has a Vector and Matrix&nbsp; class that can solve LU decompositions, linear equations, determinants, normal multiplication, kronecker multiplication and a few other things.<br>
It has test cases with examples.<br>It is quite green still but test cases pass.&nbsp; Although right now I am refactoring a few things and I broke the kronecker multiplication, but I should fix it soon. <br>I wanted to add Cholesky decomposition and eigenvalue finding to it, if you want to join in, you are more than welcome.<br>
Cheers<br><br>r<br><br><br><div class="gmail_quote">On Mon, Sep 29, 2008 at 6:43 PM, Ang Beepeng <span dir="ltr">&lt;<a href="mailto:beepeng86@yahoo.com">beepeng86@yahoo.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<br>
I want to create a plugin on Gaussian elimination on matrix. The examples of<br>
gaussian elimination in C code are mostly taking in the matrix as two<br>
dimensional array. How can I write it in Slang? How to represent 2<br>
dimensional float matrix in Slang? Are there any examples in Slang?<br>
<br>
Thanks for help.<br>
Ang Beepeng<br>
<font color="#888888">--<br>
View this message in context: <a href="http://www.nabble.com/representing-matrix-as-two-dimensional-array-in-Slang-tp19728457p19728457.html" target="_blank">http://www.nabble.com/representing-matrix-as-two-dimensional-array-in-Slang-tp19728457p19728457.html</a><br>

Sent from the Squeak - Dev mailing list archive at Nabble.com.<br>
<br>
<br>
</font></blockquote></div><br></div>