Closed t-sakashita closed 4 years ago
ace695d853a36fab38cd0ff2f62102b60087e258 7ffd85e929b6e00fee316868782e9660144012f7 0f84950a40a6ad14c811186d1f025adf323a6c00
src/lapack_like/spectral/HermitianEig.cpp 920: Q_STAR_VR.Attach( n, kEst, g, 0, 0, Q_STAR_VR_Buf, n );
固有ベクトルのコピーの際、ループ順序をcol-major向けに交換した。 5d36862a65c57d1b974c0f2c16b2e1910b78165a
パラメータrandom
は、HermitianEigには存在しなかった。
勘違いして追加してしまったため、削除した。
c25f142dceccaba158edab63af710a5bbde10fa9
なお、パラメータrandom
は、SchurのSDCのパラメータであった。
https://elemental.github.io/documentation/dev/lapack_like/spectral/HermitianEig.html