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

ImmutableMatrix creates MatrixObj for Z/nZ #4797

Merged
merged 4 commits into from
Apr 22, 2022
Merged

Commits on Apr 20, 2022

  1. ENHANCE: ImmutableVector/Matrix use matobjs.

    if given over large Integers mod n.
    Subsequent changes in groups code and meataxe to ensure code works.
    (Added methods for GeneralisedEigenvalues, TriangulizeMat, Check in
    Echelonization, better field determination in DirectSumMat)
    hulpke committed Apr 20, 2022
    Configuration menu
    Copy the full SHA
    3e2c076 View commit details
    Browse the repository at this point in the history
  2. Improved interaction with zmodnz vectors/mats

    improved binary ops, if one partner is list.
    Improved view if small.
    Methiods for `DefaultScalarDomainOfMatrixList`, Hash key, Determinant.
    
    Do not use vectorObj for polynomial coeffients
    hulpke committed Apr 20, 2022
    Configuration menu
    Copy the full SHA
    ce52f02 View commit details
    Browse the repository at this point in the history
  3. Methods for row spaces by vector objects

    Needed to make groups of matrix objects feasible
    hulpke committed Apr 20, 2022
    Configuration menu
    Copy the full SHA
    5f73dc4 View commit details
    Browse the repository at this point in the history
  4. Added/Changed tests for changes

    New tests for MeatAxe/Group operations using zmodnz matrix objects,
    
    Subsequent changed output in tests
    Don't check for view format of matrices in HPCGAP
    which for some reason keeps old format.
    hulpke committed Apr 20, 2022
    Configuration menu
    Copy the full SHA
    759c4d5 View commit details
    Browse the repository at this point in the history