-
- Downloads
There was an error fetching the commit references. Please try again later.
Fixed phase in diagMatrix
Before this fix the phase was chosen enforcing the sum of the elements of each eigenvector to be positive (see dd4bd09b). This does not work well when the sum is numerically close to zero for some symmetry. With this fix I set the first non-zero element of each eigenvector to be positive. Hopefully it is more robust and make results better reproducible for regtesting
Showing
- regtest/analysis/rt-mds/analysis.0.embed.reference 100 additions, 100 deletionsregtest/analysis/rt-mds/analysis.0.embed.reference
- regtest/analysis/rt-mds/analysis.0.list_embed.reference 100 additions, 100 deletionsregtest/analysis/rt-mds/analysis.0.list_embed.reference
- regtest/analysis/rt-mds/embed.reference 100 additions, 100 deletionsregtest/analysis/rt-mds/embed.reference
- regtest/analysis/rt-mds/list_embed.reference 100 additions, 100 deletionsregtest/analysis/rt-mds/list_embed.reference
- regtest/basic/rt-make-4/output.reference 1 addition, 1 deletionregtest/basic/rt-make-4/output.reference
- src/tools/Matrix.h 6 additions, 5 deletionssrc/tools/Matrix.h
Loading
Please register or sign in to comment