Skip to content

Commit 09bf7bc

Browse files
committed
lift xdp restriction
1 parent 9bed102 commit 09bf7bc

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/stdlib_linalg_eigenvalues.fypp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -533,11 +533,9 @@ submodule (stdlib_linalg) stdlib_linalg_eigenvalues
533533

534534
end subroutine stdlib_linalg_eigh_${ri}$
535535

536-
#:endif
537536
#:endfor
538537

539538
#:for rk,rt,ri in REAL_KINDS_TYPES
540-
#:if rk!="xdp"
541539
pure subroutine assign_real_eigenvectors_${rk}$(n,lambda,lmat,out_mat)
542540
!! GEEV for real matrices returns complex eigenvalues in real arrays, where two consecutive
543541
!! reals at [j,j+1] locations represent the real and imaginary parts of two complex conjugate
@@ -613,7 +611,6 @@ submodule (stdlib_linalg) stdlib_linalg_eigenvalues
613611

614612
end subroutine stdlib_linalg_real_eig_${ri}$
615613

616-
#:endif
617614
#:endfor
618615

619616
end submodule stdlib_linalg_eigenvalues

0 commit comments

Comments
 (0)