Skip to content

Commit f421812

Browse files
committed
Export symtridiagonal
1 parent 20683cf commit f421812

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/stdlib_specialmatrices.fypp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ module stdlib_specialmatrices
1414
LINALG_INTERNAL_ERROR, LINALG_VALUE_ERROR
1515
implicit none
1616
private
17-
public :: tridiagonal
17+
public :: tridiagonal, symtridiagonal
1818
public :: spmv
1919
public :: dense, transpose, hermitian
2020
public :: operator(*), operator(+), operator(-)

0 commit comments

Comments
 (0)