Skip to content

Commit

Permalink
url relocation LinearAlgebra markdown (#56202)
Browse files Browse the repository at this point in the history
_cf_: #56147

.html and .pdf rendering may be resolved for this content

the ticket's mentioned build.md file was left unattended to
  • Loading branch information
spaette authored Oct 17, 2024
1 parent 12aa9de commit 5c3f477
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions stdlib/LinearAlgebra/docs/src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -683,11 +683,9 @@ and the complexity of the operation.

### Level 1 BLAS functions

The level 1 BLAS functions were first proposed in [(Lawson, 1979)][Lawson-1979] and
The level 1 BLAS functions were first proposed in ([Lawson, 1979](https://dl.acm.org/doi/10.1145/355841.355847)) and
define operations between scalars and vectors.

[Lawson-1979]: https://dl.acm.org/doi/10.1145/355841.355847

```@docs
# xROTG
# xROTMG
Expand All @@ -710,11 +708,9 @@ LinearAlgebra.BLAS.iamax

### Level 2 BLAS functions

The level 2 BLAS functions were published in [(Dongarra, 1988)][Dongarra-1988],
The level 2 BLAS functions were published in ([Dongarra, 1988](https://dl.acm.org/doi/10.1145/42288.42291))
and define matrix-vector operations.

[Dongarra-1988]: https://dl.acm.org/doi/10.1145/42288.42291

**return a vector**

```@docs
Expand Down Expand Up @@ -763,11 +759,9 @@ LinearAlgebra.BLAS.spr!

### Level 3 BLAS functions

The level 3 BLAS functions were published in [(Dongarra, 1990)][Dongarra-1990],
The level 3 BLAS functions were published in ([Dongarra, 1990](https://dl.acm.org/doi/10.1145/77626.79170))
and define matrix-matrix operations.

[Dongarra-1990]: https://dl.acm.org/doi/10.1145/77626.79170

```@docs
LinearAlgebra.BLAS.gemmt!
LinearAlgebra.BLAS.gemmt(::Any, ::Any, ::Any, ::Any, ::Any, ::Any)
Expand Down

0 comments on commit 5c3f477

Please sign in to comment.