Skip to content

Commit b4b4f87

Browse files
committed
Fix imports.
1 parent 94220f4 commit b4b4f87

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

test/linalg/test_linalg_specialmatrices.fypp

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,7 @@ module test_specialmatrices
66
use stdlib_kinds
77
use stdlib_linalg, only: hermitian
88
use stdlib_math, only: all_close
9-
use stdlib_specialmatrices, only: tridiagonal, &
10-
tridiagonal_sp_type, &
11-
tridiagonal_dp_type, &
12-
tridiagonal_xdp_type, &
13-
tridiagonal_qp_type, &
14-
dense, spmv
15-
9+
use stdlib_specialmatrices
1610
implicit none
1711

1812
contains

0 commit comments

Comments
 (0)