Skip to content

Commit c6857bc

Browse files
loiseaujcjvdp1
andauthored
Update doc/specs/stdlib_linalg.md
Co-authored-by: Jeremie Vandenplas <[email protected]>
1 parent 4089d18 commit c6857bc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

doc/specs/stdlib_linalg.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1901,6 +1901,7 @@ Given a matrix \(A\), this function compute its matrix exponential \(E = \exp(A)
19011901
`order` (optional): Shall be a non-negative `integer` value specifying the order of the Pade approximation. By default `order=10`. It is an `intent(in)` argument.
19021902

19031903
`err` (optional): Shall be a `type(linalg_state_type)` value. This is an `intent(out)` argument.
1904+
19041905
### Return value
19051906

19061907
The returned array `E` contains the Pade approximation of \(\exp(A)\).

0 commit comments

Comments
 (0)