Skip to content

Commit 8d5e682

Browse files
perazzjvdp1
andauthored
Update src/stdlib_linalg_solve.fypp
Co-authored-by: Jeremie Vandenplas <[email protected]>
1 parent b04b3d9 commit 8d5e682

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/stdlib_linalg_solve.fypp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ submodule (stdlib_linalg) stdlib_linalg_solve
111111

112112
end function stdlib_linalg_${ri}$_solve_${ndsuf}$
113113

114-
! Compute the solution to a real system of linear equations A * X = B (pure interface)
114+
!> Compute the solution to a real system of linear equations A * X = B (pure interface)
115115
pure module function stdlib_linalg_${ri}$_pure_solve_${ndsuf}$(a,b) result(x)
116116
!> Input matrix a[n,n]
117117
${rt}$, intent(in), target :: a(:,:)

0 commit comments

Comments
 (0)