Skip to content

Commit 5c3f477

Browse files
authored
url relocation LinearAlgebra markdown (#56202)
_cf_: #56147 .html and .pdf rendering may be resolved for this content the ticket's mentioned build.md file was left unattended to
1 parent 12aa9de commit 5c3f477

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

stdlib/LinearAlgebra/docs/src/index.md

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -683,11 +683,9 @@ and the complexity of the operation.
683683

684684
### Level 1 BLAS functions
685685

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

689-
[Lawson-1979]: https://dl.acm.org/doi/10.1145/355841.355847
690-
691689
```@docs
692690
# xROTG
693691
# xROTMG
@@ -710,11 +708,9 @@ LinearAlgebra.BLAS.iamax
710708

711709
### Level 2 BLAS functions
712710

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

716-
[Dongarra-1988]: https://dl.acm.org/doi/10.1145/42288.42291
717-
718714
**return a vector**
719715

720716
```@docs
@@ -763,11 +759,9 @@ LinearAlgebra.BLAS.spr!
763759

764760
### Level 3 BLAS functions
765761

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

769-
[Dongarra-1990]: https://dl.acm.org/doi/10.1145/77626.79170
770-
771765
```@docs
772766
LinearAlgebra.BLAS.gemmt!
773767
LinearAlgebra.BLAS.gemmt(::Any, ::Any, ::Any, ::Any, ::Any, ::Any)

0 commit comments

Comments
 (0)