Skip to content

LinBox::NTL_GF2E #296

@Zhenhanyijiu

Description

@Zhenhanyijiu

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions