sagemath / sage

Main repository of SageMath
https://www.sagemath.org
Other
1.22k stars 425 forks source link

Evaluate the naming of (variable substitution) routines in Quadratic forms #5427

Open jonhanke opened 15 years ago

jonhanke commented 15 years ago

Compare the naming of methods in the QuadraticForm class for consistency with other Sage naming conventions. In particular, it would be nice if there were a set of standard variable substitution methods for classes of objects involving variables (e.g. polynomials, quaternion algebras, Hermitian/symplectic/linear forms).

Component: quadratic forms

Issue created by migration from https://trac.sagemath.org/ticket/5427

jonhanke commented 15 years ago
comment:1

Also decide about in-place or copying conventions for operations on quadratic forms. I think that copying is the standard, so it would be good to add a compatible in-place routines according to the Sage naming standard.