We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
sp
1 parent acd93b9 commit 36c8d5aCopy full SHA for 36c8d5a
example/linalg/example_eigvals.f90
@@ -17,7 +17,7 @@ program example_eigvals
17
print *, 'Real matrix eigenvalues: ',lambda
18
19
! Complex general matrix
20
- cA = cmplx(A, -2*A, kind=sp)
+ cA = cmplx(A, -2*A)
21
clambda = eigvals(cA)
22
print *, 'Complex matrix eigenvalues: ',clambda
23
0 commit comments