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 "sandwich product" matrix operations #798

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from
Draft

Commits on Apr 27, 2024

  1. Implement A*D*B (gemdm), A*D*A^{T,H} (syrkd/herkd), and A*D*B^{T,H}+B…

    …*D*A^{T,H} (syrk2d/her2kd) operations (and gemdmt for good measure). Some rough edges still:
    
    - Complex herk2 and her2kd will not work.
    - No mixed-type/mixed-domain or 1m.
    - Not integrated into testsuite yet.
    devinamatthews committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    3b0e244 View commit details
    Browse the repository at this point in the history