marekandreas / elpa

A scalable eigensolver for dense, symmetric (hermitian) matrices (fork of https://gitlab.mpcdf.mpg.de/elpa/elpa.git)
Other
28 stars 13 forks source link

complex_double vs double_complex in documentation #62

Open askhl opened 2 months ago

askhl commented 2 months ago

Describe the bug

The documentation mentions elpa_eigenvectors_complex_double (Section 5.3.1), but the API provides elpa_eigenvectors_double_complex. Similar for other functions. Should the documentation be updated?

elpa-docs-eigenvalues

karpov-peter commented 2 months ago

Hi @askhl ! Thanks a lot for catching this, we've fixed it in the docs.

askhl commented 2 months ago

Thanks a lot @karpov-peter!