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.
xdp
1 parent cb9a7fc commit 0782e43Copy full SHA for 0782e43
src/stdlib_linalg_state.fypp
@@ -9,7 +9,7 @@ module stdlib_linalg_state
9
use stdlib_linalg_constants,only: ilp,sp,dp,qp,lk
10
use stdlib_kinds, only: int8, int16, int32, int64
11
use stdlib_io, only: FMT_REAL_SP, FMT_REAL_DP, FMT_REAL_QP, FMT_COMPLEX_SP, FMT_COMPLEX_DP, &
12
- FMT_COMPLEX_QP
+ FMT_COMPLEX_QP, FMT_REAL_XDP, FMT_COMPLEX_XDP
13
implicit none(type,external)
14
private
15
0 commit comments