Dear KrylovKit developer,
Thanks for providing this excellent package.
While reading the docs and source code, I noticed an inconsistency in the description of default values.
The documentation comment shows:
const orth = KrylovKit.ModifiedGramSchmidtIR()
But the actual code in KrylovDefaults uses:
const orth = KrylovKit.ModifiedGramSchmidt2()
The documentation should be updated to reflect the actual default value.
Thanks.
Zhaochen
Dear KrylovKit developer,
Thanks for providing this excellent package.
While reading the docs and source code, I noticed an inconsistency in the description of default values.
The documentation comment shows:
But the actual code in KrylovDefaults uses:
The documentation should be updated to reflect the actual default value.
Thanks.
Zhaochen