We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
getri
1 parent c25e3ff commit ce52fafCopy full SHA for ce52faf
test/linalg/test_blas_lapack.fypp
@@ -28,7 +28,7 @@ contains
28
testsuite = [ &
29
#:for k1, t1 in REAL_KINDS_TYPES
30
new_unittest("test_gemv${t1[0]}$${k1}$", test_gemv${t1[0]}$${k1}$), &
31
- new_unittest("test_getri${t1[0]}$${k1}$", test_gemv${t1[0]}$${k1}$), &
+ new_unittest("test_getri${t1[0]}$${k1}$", test_getri${t1[0]}$${k1}$), &
32
#:endfor
33
new_unittest("test_idamax", test_idamax) &
34
]
0 commit comments