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.
1 parent 422a3d0 commit c6ab922Copy full SHA for c6ab922
src/stdlib_linalg_state.fypp
@@ -5,7 +5,7 @@ module stdlib_linalg_state
5
!!
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))
+ !! ([Specification](../page/specs/stdlib_linalg.html))
9
use stdlib_linalg_constants,only: ilp
10
use stdlib_kinds, only: int8, int16, int32, int64, sp, dp, xdp, qp, lk
11
use stdlib_io, only: FMT_REAL_SP, FMT_REAL_DP, FMT_REAL_QP, FMT_COMPLEX_SP, FMT_COMPLEX_DP, &
0 commit comments