You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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!
The text was updated successfully, but these errors were encountered: