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 05be1d6 commit 94220f4Copy full SHA for 94220f4
test/linalg/test_linalg_specialmatrices.fypp
@@ -3,7 +3,7 @@
3
#:set KINDS_TYPES = R_KINDS_TYPES
4
module test_specialmatrices
5
use testdrive, only : new_unittest, unittest_type, error_type, check, skip_test
6
- use stdlib_kinds, only: sp, dp, xdp, qp, int8, int16, int32, int64
+ use stdlib_kinds
7
use stdlib_linalg, only: hermitian
8
use stdlib_math, only: all_close
9
use stdlib_specialmatrices, only: tridiagonal, &
0 commit comments