Bill Allombert on Sat, 08 Jan 2022 11:08:10 +0100 |
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
Re: Complexity of qfisom() |
On Sat, Jan 08, 2022 at 09:36:43AM +0200, Georgi Guninski wrote: > I read the Fine Manual, but didn't find the answer. > qfisom(G,H) returns matrix S such that G=S^T H S. > > 1. Must S be permutation matrix up to sign (-1 entry is possible)? No. S must only be integral with determinant 1 or -1. Cheers, Bill