Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

LinBox::NTL_GF2E #296

Open
Zhenhanyijiu opened this issue Mar 31, 2022 · 0 comments
Open

LinBox::NTL_GF2E #296

Zhenhanyijiu opened this issue Mar 31, 2022 · 0 comments

Comments

@Zhenhanyijiu
Copy link

Hello,I have a question to ask you.
Question:
I use LinBox::NTL_GF2E for typedef LinBox::NTL_GF2E Field;Field F(2, fieldSize);
SparseMatrix mA(F, rows, cols);DenseVector vB(F, rows);DenseVector vX(F, cols);
then I call the function solve(vX, mA, vB, Method::SparseElimination());
but throw error【*** ERROR *** : solve<RingCategories::GenericTag, Method::SparseElimination> does not exists.
(at in ) terminate called after throwing an instance of 'LinBox::LinBoxError'】;
Maybe, the function solve() does not support LinBox::NTL_GF2E now, really?
Thank you very much!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant