Martin Diehl
|
0324e7ece1
|
parameters should be spelled in capitals
|
2023-06-04 13:52:31 +02:00 |
Martin Diehl
|
b8c3d75700
|
[skip sc] enforce interfaces (quick fix: declare as external)
|
2022-06-21 22:59:01 +02:00 |
Martin Diehl
|
d858d753e3
|
implicit none does not propagate
each subroutine/function is independent and not part of a scope
|
2022-05-27 22:38:47 +02:00 |
Martin Diehl
|
59bb264b5f
|
LAPACK routines can be considered pure
all arguments have 'intent' specification and don't access any global
variables.
output to screen only occurs in the case that someting goes wrong
|
2021-12-29 07:09:52 +01:00 |
Martin Diehl
|
4583c17080
|
corrent 'intent' specification
- http://www.netlib.org/lapack/explore-html/d7/d3b/group__double_g_esolve_ga5ee879032a8365897c3ba91e3dc8d512.html
- http://www.netlib.org/lapack/explore-html/dd/d9a/group__double_g_ecomputational_ga56d9c860ce4ce42ded7f914fdb0683ff.html
|
2021-12-29 07:00:28 +01:00 |
Martin Diehl
|
a2e70612ff
|
interface checking for LAPACK
|
2020-04-10 12:52:27 +02:00 |