Matlab (test3.m) uses: mat2hsssym, diagonal block size=128, A=load('hsseigen/MatrixData/ex4_4k.txt');
CPP: ./Test ex4_4k.txt 4096 128 1 1 1
both Matlab and cpp software try to obtain the eigenvector corresponding to the largest eigenvalue (4096th in this case).
As can be seen from the picture uploaded along with this bug, the first 256 components of the eigenvector differ. The .txt files uploaded along with this bug, show the exact values of vector components.

matlabvec.txt
cppvec.txt
Matlab (test3.m) uses:
mat2hsssym, diagonal block size=128,A=load('hsseigen/MatrixData/ex4_4k.txt');CPP:
./Test ex4_4k.txt 4096 128 1 1 1both
Matlabandcppsoftware try to obtain the eigenvector corresponding to the largest eigenvalue (4096th in this case).As can be seen from the picture uploaded along with this bug, the first 256 components of the eigenvector differ. The
.txtfiles uploaded along with this bug, show the exact values of vector components.matlabvec.txt
cppvec.txt