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 0ad827f commit f231d17Copy full SHA for f231d17
src/stdlib_linalg.fypp
@@ -1714,7 +1714,7 @@ module stdlib_linalg
1714
!!
1715
#:for rk,rt,ri in RC_KINDS_TYPES
1716
module function stdlib_linalg_${ri}$_expm_fun(A, order) result(E)
1717
- !> Input matrix a(n, n).
+ !> Input matrix a(:, :).
1718
${rt}$, intent(in) :: A(:, :)
1719
!> [optional] Order of the Pade approximation (default `order=10`)
1720
integer(ilp), optional, intent(in) :: order
0 commit comments