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 20683cf commit f421812Copy full SHA for f421812
src/stdlib_specialmatrices.fypp
@@ -14,7 +14,7 @@ module stdlib_specialmatrices
14
LINALG_INTERNAL_ERROR, LINALG_VALUE_ERROR
15
implicit none
16
private
17
- public :: tridiagonal
+ public :: tridiagonal, symtridiagonal
18
public :: spmv
19
public :: dense, transpose, hermitian
20
public :: operator(*), operator(+), operator(-)
0 commit comments