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 b9e7e67 commit affd5d0Copy full SHA for affd5d0
src/stdlib_linalg_state.fypp
@@ -6,7 +6,7 @@ module stdlib_linalg_state
6
!! Provides a state/error handling derived type for advanced error handling of
7
!! BLAS/LAPACK based linear algebra procedures. All procedures are pure.
8
!! !! ([Specification](../page/specs/stdlib_linalg.html))
9
- use stdlib_linalg_constants,only: ilp,sp,dp,qp,lk
+ use stdlib_linalg_constants,only: ilp,sp,dp,xdp,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_REAL_XDP, FMT_COMPLEX_XDP
0 commit comments