Skip to content

Commit 1a2db81

Browse files
committed
update linalg doc
1 parent 2944e6e commit 1a2db81

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

doc/specs/stdlib_linalg.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1195,8 +1195,8 @@ interfaces.
11951195

11961196
### Example
11971197

1198-
```fortran
1199-
{!example/linalg/example_inverse_operator.f90!}
1198+
```{literalinclude} ../../example/linalg/example_inverse_operator.f90
1199+
:language: Fortran
12001200
```
12011201

12021202
## `invert` - Inversion of a square matrix
@@ -1240,12 +1240,12 @@ If `err` is not present, exceptions trigger an `error stop`.
12401240

12411241
### Example
12421242

1243-
```fortran
1244-
{!example/linalg/example_inverse_inplace.f90!}
1243+
```{literalinclude} ../../example/linalg/example_inverse_inplace.f90
1244+
:language: Fortran
12451245
```
12461246

1247-
```fortran
1248-
{!example/linalg/example_inverse_subroutine.f90!}
1247+
```{literalinclude} ../../example/linalg/example_inverse_subroutine.f90
1248+
:language: Fortran
12491249
```
12501250

12511251
## `inv` - Inverse of a square matrix.
@@ -1280,7 +1280,7 @@ If `err` is not present, exceptions trigger an `error stop`.
12801280

12811281
### Example
12821282

1283-
```fortran
1284-
{!example/linalg/example_inverse_function.f90!}
1283+
```{literalinclude} ../../example/linalg/example_inverse_function.f90
1284+
:language: Fortran
12851285
```
12861286

0 commit comments

Comments
 (0)