https://github.com/freude/NanoNet
Raw File
Tip revision: 8647dbcd431e4b5ed65535244a74734936b25dbb authored by DrVaitkus on 26 February 2021, 09:15:13 UTC
Swapped svd to eig, as used in MOR, for real eigenvalues, svd and eig produce the same results. However, eig is a unitary transformation VH A V.
Tip revision: 8647dbc
.coveragerc
[report]
omit =
    */python?.?/*
    */site-packages/nose/*
    *__init__*
    */examples/*
    */jupyter_notebooks/*
back to top