Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement missing traits to allow Scalar to be used as generic type for polynomial::Polynomial #411

Open
wants to merge 13 commits into
base: main
Choose a base branch
from

Commits on Oct 13, 2022

  1. Configuration menu
    Copy the full SHA
    4488692 View commit details
    Browse the repository at this point in the history
  2. add Div

    xoloki committed Oct 13, 2022
    Configuration menu
    Copy the full SHA
    c14b038 View commit details
    Browse the repository at this point in the history
  3. fix div signature

    xoloki committed Oct 13, 2022
    Configuration menu
    Copy the full SHA
    fa13373 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b0da3a3 View commit details
    Browse the repository at this point in the history
  5. add DivAssign

    xoloki committed Oct 13, 2022
    Configuration menu
    Copy the full SHA
    3ef64bf View commit details
    Browse the repository at this point in the history
  6. scalar already had an invert

    xoloki committed Oct 13, 2022
    Configuration menu
    Copy the full SHA
    d3cb3d1 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ba78356 View commit details
    Browse the repository at this point in the history
  8. remove bitvec

    xoloki committed Oct 13, 2022
    Configuration menu
    Copy the full SHA
    11cf540 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2022

  1. Configuration menu
    Copy the full SHA
    438b497 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    02d4afc View commit details
    Browse the repository at this point in the history
  3. fix typo in lib.rs

    xoloki committed Oct 14, 2022
    Configuration menu
    Copy the full SHA
    5a3e399 View commit details
    Browse the repository at this point in the history
  4. implement Zero trait

    xoloki committed Oct 14, 2022
    Configuration menu
    Copy the full SHA
    816157e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    589d5e9 View commit details
    Browse the repository at this point in the history