Nemocas/AbstractAlgebra.jl

Add matrix conjugation method

Opened this issue · 0 comments

Something like that

Base.:^(a::T, b::T) where T <: MatElem = inv(b)*a*b