Skip to content

Commit 78b5085

Browse files
loiseaujcjvdp1
andauthored
Update example/specialmatrices/example_specialmatrices_dp_spmv.f90
Import only required elements from the module. Co-authored-by: Jeremie Vandenplas <[email protected]>
1 parent 78133fb commit 78b5085

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/specialmatrices/example_specialmatrices_dp_spmv.f90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
program example_tridiagonal_matrix
22
use stdlib_linalg_constants, only: dp
3-
use stdlib_specialmatrices
3+
use stdlib_specialmatrices, only: tridiaonal_dp_type, tridiagonal, dense
44
implicit none
55

66
integer, parameter :: n = 5

0 commit comments

Comments
 (0)