Skip to content

Commit f231d17

Browse files
loiseaujcjvdp1
andauthored
Update src/stdlib_linalg.fypp
Co-authored-by: Jeremie Vandenplas <[email protected]>
1 parent 0ad827f commit f231d17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/stdlib_linalg.fypp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1714,7 +1714,7 @@ module stdlib_linalg
17141714
!!
17151715
#:for rk,rt,ri in RC_KINDS_TYPES
17161716
module function stdlib_linalg_${ri}$_expm_fun(A, order) result(E)
1717-
!> Input matrix a(n, n).
1717+
!> Input matrix a(:, :).
17181718
${rt}$, intent(in) :: A(:, :)
17191719
!> [optional] Order of the Pade approximation (default `order=10`)
17201720
integer(ilp), optional, intent(in) :: order

0 commit comments

Comments
 (0)