@@ -683,11 +683,9 @@ and the complexity of the operation.
683
683
684
684
### Level 1 BLAS functions
685
685
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
687
687
define operations between scalars and vectors.
688
688
689
- [ Lawson-1979 ] : https://dl.acm.org/doi/10.1145/355841.355847
690
-
691
689
``` @docs
692
690
# xROTG
693
691
# xROTMG
@@ -710,11 +708,9 @@ LinearAlgebra.BLAS.iamax
710
708
711
709
### Level 2 BLAS functions
712
710
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 ) )
714
712
and define matrix-vector operations.
715
713
716
- [ Dongarra-1988 ] : https://dl.acm.org/doi/10.1145/42288.42291
717
-
718
714
** return a vector**
719
715
720
716
``` @docs
@@ -763,11 +759,9 @@ LinearAlgebra.BLAS.spr!
763
759
764
760
### Level 3 BLAS functions
765
761
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 ) )
767
763
and define matrix-matrix operations.
768
764
769
- [ Dongarra-1990 ] : https://dl.acm.org/doi/10.1145/77626.79170
770
-
771
765
``` @docs
772
766
LinearAlgebra.BLAS.gemmt!
773
767
LinearAlgebra.BLAS.gemmt(::Any, ::Any, ::Any, ::Any, ::Any, ::Any)
0 commit comments