Skip to content

Commit

Permalink
update qr doc
Browse files Browse the repository at this point in the history
  • Loading branch information
jalvesz committed Sep 18, 2024
1 parent f3768c6 commit 7f1f129
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions doc/specs/stdlib_linalg.md
Original file line number Diff line number Diff line change
Expand Up @@ -943,8 +943,8 @@ If the state argument `err` is not present, exceptions trigger an `error stop`.

### Example

```fortran
{!example/linalg/example_qr.f90!}
```{literalinclude} ../../example/linalg/example_qr.f90
:language: Fortran
```

## `qr_space` - Compute internal working space requirements for the QR factorization.
Expand All @@ -971,8 +971,8 @@ This subroutine computes the internal working space requirements for the QR fact

### Example

```fortran
{!example/linalg/example_qr_space.f90!}
```{literalinclude} ../../example/linalg/example_qr_space.f90
:language: Fortran
```

## `eig` - Eigenvalues and Eigenvectors of a Square Matrix
Expand Down

0 comments on commit 7f1f129

Please sign in to comment.