|
13635 | 13635 |
|
13636 | 13636 | \pnum
|
13637 | 13637 | \complexity
|
13638 |
| -\bigoh{\tcode{x.extent(0)} \times \tcode{A.extent(1)}} |
| 13638 | +\bigoh{\tcode{x.extent(0)} \times \tcode{A.extent(1)}}. |
13639 | 13639 |
|
13640 | 13640 | \begin{itemdecl}
|
13641 | 13641 | template<@\exposconcept{in-matrix}@ InMat, @\exposconcept{in-vector}@ InVec, @\exposconcept{out-vector}@ OutVec>
|
|
13745 | 13745 |
|
13746 | 13746 | \pnum
|
13747 | 13747 | \complexity
|
13748 |
| -\bigoh{\tcode{x.extent(0)} \times \tcode{A.extent(1)}} |
| 13748 | +\bigoh{\tcode{x.extent(0)} \times \tcode{A.extent(1)}}. |
13749 | 13749 |
|
13750 | 13750 | \begin{itemdecl}
|
13751 | 13751 | template<@\exposconcept{in-matrix}@ InMat, class Triangle, @\exposconcept{in-vector}@ InVec, @\exposconcept{out-vector}@ OutVec>
|
|
13833 | 13833 |
|
13834 | 13834 | \pnum
|
13835 | 13835 | \complexity
|
13836 |
| -\bigoh{\tcode{x.extent(0)} \times \tcode{A.extent(1)}} |
| 13836 | +\bigoh{\tcode{x.extent(0)} \times \tcode{A.extent(1)}}. |
13837 | 13837 |
|
13838 | 13838 | \begin{itemdecl}
|
13839 | 13839 | template<@\exposconcept{in-matrix}@ InMat, class Triangle, @\exposconcept{in-vector}@ InVec, @\exposconcept{out-vector}@ OutVec>
|
|
13948 | 13948 |
|
13949 | 13949 | \pnum
|
13950 | 13950 | \complexity
|
13951 |
| -\bigoh{\tcode{x.extent(0)} \times \tcode{A.extent(1)}} |
| 13951 | +\bigoh{\tcode{x.extent(0)} \times \tcode{A.extent(1)}}. |
13952 | 13952 | \end{itemdescr}
|
13953 | 13953 |
|
13954 | 13954 | \begin{itemdecl}
|
|
13979 | 13979 |
|
13980 | 13980 | \pnum
|
13981 | 13981 | \complexity
|
13982 |
| -\bigoh{\tcode{y.extent(0)} \times \tcode{A.extent(1)}} |
| 13982 | +\bigoh{\tcode{y.extent(0)} \times \tcode{A.extent(1)}}. |
13983 | 13983 | \end{itemdescr}
|
13984 | 13984 |
|
13985 | 13985 | \begin{itemdecl}
|
|
14006 | 14006 |
|
14007 | 14007 | \pnum
|
14008 | 14008 | \complexity
|
14009 |
| -\bigoh{\tcode{x.extent(0)} \times \tcode{A.extent(1)}} |
| 14009 | +\bigoh{\tcode{x.extent(0)} \times \tcode{A.extent(1)}}. |
14010 | 14010 |
|
14011 | 14011 | \pnum
|
14012 | 14012 | \remarks
|
|
14082 | 14082 |
|
14083 | 14083 | \pnum
|
14084 | 14084 | \complexity
|
14085 |
| -\bigoh{\tcode{A.extent(1)} \times \tcode{b.extent(0)}} |
| 14085 | +\bigoh{\tcode{A.extent(1)} \times \tcode{b.extent(0)}}. |
14086 | 14086 | \end{itemdescr}
|
14087 | 14087 |
|
14088 | 14088 | \begin{itemdecl}
|
|
14149 | 14149 |
|
14150 | 14150 | \pnum
|
14151 | 14151 | \complexity
|
14152 |
| -\bigoh{\tcode{A.extent(1)} \times \tcode{b.extent(0)}} |
| 14152 | +\bigoh{\tcode{A.extent(1)} \times \tcode{b.extent(0)}}. |
14153 | 14153 | \end{itemdescr}
|
14154 | 14154 |
|
14155 | 14155 | \begin{itemdecl}
|
|
14217 | 14217 |
|
14218 | 14218 | \pnum
|
14219 | 14219 | \complexity
|
14220 |
| -\bigoh{\tcode{x.extent(0)} \times \tcode{y.extent(0)}} |
| 14220 | +\bigoh{\tcode{x.extent(0)} \times \tcode{y.extent(0)}}. |
14221 | 14221 | \end{itemdescr}
|
14222 | 14222 |
|
14223 | 14223 | \begin{itemdecl}
|
|
14293 | 14293 |
|
14294 | 14294 | \pnum
|
14295 | 14295 | \complexity
|
14296 |
| -\bigoh{\tcode{x.extent(0)} \times \tcode{x.extent(0)}} |
| 14296 | +\bigoh{\tcode{x.extent(0)} \times \tcode{x.extent(0)}}. |
14297 | 14297 |
|
14298 | 14298 | \begin{itemdecl}
|
14299 | 14299 | template<class Scalar, @\exposconcept{in-vector}@ InVec, @\exposconcept{possibly-packed-inout-matrix}@ InOutMat, class Triangle>
|
|
14419 | 14419 |
|
14420 | 14420 | \pnum
|
14421 | 14421 | \complexity
|
14422 |
| -\bigoh{\tcode{x.extent(0)} \times \tcode{y.extent(0)}} |
| 14422 | +\bigoh{\tcode{x.extent(0)} \times \tcode{y.extent(0)}}. |
14423 | 14423 |
|
14424 | 14424 | \begin{itemdecl}
|
14425 | 14425 | template<@\exposconcept{in-vector}@ InVec1, @\exposconcept{in-vector}@ InVec2,
|
|
14491 | 14491 |
|
14492 | 14492 | \pnum
|
14493 | 14493 | \complexity
|
14494 |
| -\bigoh{\tcode{A.extent(0)} \times \tcode{A.extent(1)} \times \tcode{B.extent(1)}} |
| 14494 | +\bigoh{\tcode{A.extent(0)} \times \tcode{A.extent(1)} \times \tcode{B.extent(1)}}. |
14495 | 14495 |
|
14496 | 14496 | \begin{itemdecl}
|
14497 | 14497 | template<@\exposconcept{in-matrix}@ InMat1, @\exposconcept{in-matrix}@ InMat2, @\exposconcept{out-matrix}@ OutMat>
|
|
14566 | 14566 |
|
14567 | 14567 | \pnum
|
14568 | 14568 | \complexity
|
14569 |
| -\bigoh{\tcode{A.extent(0)} \times \tcode{A.extent(1)} \times \tcode{B.extent(1)}} |
| 14569 | +\bigoh{\tcode{A.extent(0)} \times \tcode{A.extent(1)} \times \tcode{B.extent(1)}}. |
14570 | 14570 |
|
14571 | 14571 | \begin{itemdecl}
|
14572 | 14572 | template<@\exposconcept{in-matrix}@ InMat1, class Triangle, @\exposconcept{in-matrix}@ InMat2, @\exposconcept{out-matrix}@ OutMat>
|
|
14846 | 14846 |
|
14847 | 14847 | \pnum
|
14848 | 14848 | \complexity
|
14849 |
| -\bigoh{\tcode{A.extent(0)} \times \tcode{A.extent(1)} \times \tcode{C.extent(0)}} |
| 14849 | +\bigoh{\tcode{A.extent(0)} \times \tcode{A.extent(1)} \times \tcode{C.extent(0)}}. |
14850 | 14850 | \end{itemdescr}
|
14851 | 14851 |
|
14852 | 14852 | \begin{itemdecl}
|
|
14889 | 14889 |
|
14890 | 14890 | \pnum
|
14891 | 14891 | \complexity
|
14892 |
| -\bigoh{\tcode{A.extent(0)} \times \tcode{A.extent(1)} \times \tcode{C.extent(0)}} |
| 14892 | +\bigoh{\tcode{A.extent(0)} \times \tcode{A.extent(1)} \times \tcode{C.extent(0)}}. |
14893 | 14893 | \end{itemdescr}
|
14894 | 14894 |
|
14895 | 14895 | \rSec3[linalg.algs.blas3.rankk]{Rank-k update of a symmetric or Hermitian matrix}
|
|
14933 | 14933 |
|
14934 | 14934 | \pnum
|
14935 | 14935 | \complexity
|
14936 |
| -\bigoh{\tcode{A.extent(0)} \times \tcode{A.extent(1)} \times \tcode{C.extent(0)}} |
| 14936 | +\bigoh{\tcode{A.extent(0)} \times \tcode{A.extent(1)} \times \tcode{C.extent(0)}}. |
14937 | 14937 |
|
14938 | 14938 | \begin{itemdecl}
|
14939 | 14939 | template<class Scalar, @\exposconcept{in-matrix}@ InMat, @\exposconcept{possibly-packed-inout-matrix}@ InOutMat, class Triangle>
|
|
15037 | 15037 |
|
15038 | 15038 | \pnum
|
15039 | 15039 | \complexity
|
15040 |
| -\bigoh{ |
15041 |
| -\tcode{A.extent(0)} \times \tcode{A.extent(1)} \times \tcode{C.extent(0)}} |
| 15040 | +\bigoh{\tcode{A.extent(0)} \times \tcode{A.extent(1)} \times \tcode{C.extent(0)}}. |
15042 | 15041 |
|
15043 | 15042 | \begin{itemdecl}
|
15044 | 15043 | template<@\exposconcept{in-matrix}@ InMat1, @\exposconcept{in-matrix}@ InMat2,
|
|
15133 | 15132 |
|
15134 | 15133 | \pnum
|
15135 | 15134 | \complexity
|
15136 |
| -\bigoh{\tcode{A.extent(0)} \times \tcode{X.extent(1)} \times \tcode{X.extent(1)}} |
| 15135 | +\bigoh{\tcode{A.extent(0)} \times \tcode{X.extent(1)} \times \tcode{X.extent(1)}}. |
15137 | 15136 | \end{itemdescr}
|
15138 | 15137 |
|
15139 | 15138 | \pnum
|
|
15340 | 15339 |
|
15341 | 15340 | \pnum
|
15342 | 15341 | \complexity
|
15343 |
| -\bigoh{\tcode{A.extent(0)} \times \tcode{A.extent(1)} \times \tcode{B.extent(1)}} |
| 15342 | +\bigoh{\tcode{A.extent(0)} \times \tcode{A.extent(1)} \times \tcode{B.extent(1)}}. |
15344 | 15343 | \end{itemdescr}
|
15345 | 15344 |
|
15346 | 15345 | \begin{itemdecl}
|
|
15434 | 15433 |
|
15435 | 15434 | \pnum
|
15436 | 15435 | \complexity
|
15437 |
| -\bigoh{\tcode{A.extent(0)} \times \tcode{A.extent(1)} \times \tcode{B.extent(1)}} |
| 15436 | +\bigoh{\tcode{A.extent(0)} \times \tcode{A.extent(1)} \times \tcode{B.extent(1)}}. |
15438 | 15437 | \end{itemdescr}
|
15439 | 15438 |
|
15440 | 15439 | \begin{itemdecl}
|
|
0 commit comments