-
Notifications
You must be signed in to change notification settings - Fork 31
Open
Description
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!
Metadata
Metadata
Assignees
Labels
No labels