File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -1195,8 +1195,8 @@ interfaces.
1195
1195
1196
1196
### Example
1197
1197
1198
- ``` fortran
1199
- {!example/linalg/example_inverse_operator.f90!}
1198
+ ``` {literalinclude} ../../example/linalg/example_inverse_operator.f90
1199
+ :language: Fortran
1200
1200
```
1201
1201
1202
1202
## ` invert ` - Inversion of a square matrix
@@ -1240,12 +1240,12 @@ If `err` is not present, exceptions trigger an `error stop`.
1240
1240
1241
1241
### Example
1242
1242
1243
- ``` fortran
1244
- {!example/linalg/example_inverse_inplace.f90!}
1243
+ ``` {literalinclude} ../../example/linalg/example_inverse_inplace.f90
1244
+ :language: Fortran
1245
1245
```
1246
1246
1247
- ``` fortran
1248
- {!example/linalg/example_inverse_subroutine.f90!}
1247
+ ``` {literalinclude} ../../example/linalg/example_inverse_subroutine.f90
1248
+ :language: Fortran
1249
1249
```
1250
1250
1251
1251
## ` inv ` - Inverse of a square matrix.
@@ -1280,7 +1280,7 @@ If `err` is not present, exceptions trigger an `error stop`.
1280
1280
1281
1281
### Example
1282
1282
1283
- ``` fortran
1284
- {!example/linalg/example_inverse_function.f90!}
1283
+ ``` {literalinclude} ../../example/linalg/example_inverse_function.f90
1284
+ :language: Fortran
1285
1285
```
1286
1286
You can’t perform that action at this time.
0 commit comments