Skip to content

wrong caching in LLL when algorithm="NTL:LLL" #37236

@videlec

Description

@videlec
sage: m = matrix(ZZ, 2, 2, [-1,1,1,1])
sage: m.LLL(algorithm="NTL:LLL")
[-1  1]
[ 1  1]
sage: m.det()
2
sage: m = matrix(ZZ, 2, 2, [-1,1,1,1])
sage: m.det()
-2

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions