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 78133fb commit 78b5085Copy full SHA for 78b5085
example/specialmatrices/example_specialmatrices_dp_spmv.f90
@@ -1,6 +1,6 @@
1
program example_tridiagonal_matrix
2
use stdlib_linalg_constants, only: dp
3
- use stdlib_specialmatrices
+ use stdlib_specialmatrices, only: tridiaonal_dp_type, tridiagonal, dense
4
implicit none
5
6
integer, parameter :: n = 5
0 commit comments