Skip to content

Add A^H A operation to MC4x4

André Offringa requested to merge hermitian-4x4-square into master

This also adds HermConjugate (naming as in MC2x2) because it is useful for testing. Because the new operation returns a HMC4x4, there's a circular dependency between MC4x4 and HMC4x4. As a consequence I had to move some things around to break the circle.

Edited by André Offringa

Merge request reports