Hi
Is there any efficient linear algebra library for android? I need to compute matrices of different sizes(also bigger than 4x4) and rectangular too.
Thanks.
Hi
Is there any efficient linear algebra library for android? I need to compute matrices of different sizes(also bigger than 4x4) and rectangular too.
Thanks.
The JScience library contains matrix and other linear algebra support. There are others too. Take care to benchmark using realistic scenarios because there can be significant differences, and some libraries only pay for themselves on large problems while more simpler libraries then are no longer usable.