Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
elpa
elpa
Commits
bbbaee58
Commit
bbbaee58
authored
May 15, 2018
by
Andreas Marek
Browse files
Correct error in documentation
parent
2bc48d71
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/elpa_api_math_template.F90
View file @
bbbaee58
...
...
@@ -14,22 +14,22 @@
#if ELPA_IMPL_SUFFIX == d
!> \param a double real matrix a: defines the problem to solve
!> \param ev double real: on output stores the eigenvalues
!> \param q double real matrix q: on output stores the eigenv
alue
s
!> \param q double real matrix q: on output stores the eigenv
ector
s
#endif
#if ELPA_IMPL_SUFFIX == f
!> \param a single real matrix a: defines the problem to solve
!> \param ev single real: on output stores the eigenvalues
!> \param q single real matrix q: on output stores the eigenv
alue
s
!> \param q single real matrix q: on output stores the eigenv
ector
s
#endif
#if ELPA_IMPL_SUFFIX == dc
!> \param a double complex matrix a: defines the problem to solve
!> \param ev double real: on output stores the eigenvalues
!> \param q double complex matrix q: on output stores the eigenv
alue
s
!> \param q double complex matrix q: on output stores the eigenv
ector
s
#endif
#if ELPA_IMPL_SUFFIX ==fc
!> \param a single complex matrix a: defines the problem to solve
!> \param ev single real: on output stores the eigenvalues
!> \param q single complex matrix q: on output stores the eigenv
alue
s
!> \param q single complex matrix q: on output stores the eigenv
ector
s
#endif
!> \result error integer, optional : error code, which can be queried with elpa_strerr
abstract
interface
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment