Finite Field (Galois Field) Linear Algebra Library for C (not C++)

白昼怎懂夜的黑 提交于 2019-12-01 01:47:06

问题


I'm searching for a finite field/galois field exact linear algebra library for C (C++ is not acceptable because I need to be able to write a Haskell-binding to it and that's apparently difficult with C++).

I found libraries for like FFLAS-FFPACK and Givaro but these are C++-template libraries :-(

In particular I want to be able to multiply 𝔽pn×1 and 𝔽p1×m matrices (vectors) to 𝔽pn×m matrices.

So, does anyone know a C or "extern C" library that is suitable?

PS: Here's my Haskell question about the same matter.


回答1:


PARI/GP is opensource, is written in C and it supports some basic linear algebra over finite field.

No warranties for specific suitability from me, of course - I'm not related to the development.



来源:https://stackoverflow.com/questions/10718629/finite-field-galois-field-linear-algebra-library-for-c-not-c

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!