Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Overhead of isometry testing of quadratic forms

I have a script that generates a bunch of locally isomorphic quadratic forms and then tests them for global isometry. This script is too slow. Looking at profiling data much of the runtime is spent in the Quadratic forms class computing the useless local invariants and very little in the Pari qfisom calls. What can I do to cut down on this overhead?