On Aug 9, 2015 20:15, "Matan Ziv-Av" <ma...@svgalib.org> wrote:
>
> On Sun, 9 Aug 2015, Shachar Shemesh wrote:
>
>> I should point out that the simplified matrix I was using to prove to
myself that the idea has merit is 20x20 (inversed using state of the art in
the vi text editing front). The code
>> I'll actually have to run will be 273x273. The Matrix itself is
sparsish, so it's really not that bad. Still, to prove things are working
I'll have to (probably pre-calculate) several
>> thousand such matrices.
>>
>> In fact, one of my problems in using tools such as Mathematica and
friends is that I don't want to hand code the Matrix to be inversed.
>
>
> GAP (and similarly SAGE, maxima) can be scripted.
>
> You do not give your exact setup, but if you can write the matrices to a
text file in any format, you can read it in GAP. If you can output to the
same format as I posted, you do not even need to write any program in GAP
to read it.
>
Not being connected to the field of applied mathematics can only  recommend
solutions observed.
There is vast amount of code already written for LinAlg.
in python you can use numpy.
In C(++) any BLAS library have all you need.
OpenBLAS seems more effective.
If yo need to manipulate matrices "en masse" strongly suggested to use GPU.
Both OpenCL and CUDA are good.

Best Regards, Evgeniy.
_______________________________________________
Linux-il mailing list
Linux-il@cs.huji.ac.il
http://mailman.cs.huji.ac.il/mailman/listinfo/linux-il

Reply via email to