|
11054 | 11054 | // rank-k symmetric matrix update
|
11055 | 11055 | template<class Scalar, @\exposconcept{in-matrix}@ InMat, @\exposconcept{possibly-packed-inout-matrix}@ InOutMat, class Triangle>
|
11056 | 11056 | void symmetric_matrix_rank_k_update(Scalar alpha, InMat A, InOutMat C, Triangle t);
|
11057 |
| - template<class Scalar, class ExecutionPolicy, |
| 11057 | + template<class ExecutionPolicy, class Scalar, |
11058 | 11058 | @\exposconcept{in-matrix}@ InMat, @\exposconcept{possibly-packed-inout-matrix}@ InOutMat, class Triangle>
|
11059 | 11059 | void symmetric_matrix_rank_k_update(ExecutionPolicy&& exec,
|
11060 | 11060 | Scalar alpha, InMat A, InOutMat C, Triangle t);
|
|
15019 | 15019 | \begin{itemdecl}
|
15020 | 15020 | template<class Scalar, @\exposconcept{in-matrix}@ InMat, @\exposconcept{possibly-packed-inout-matrix}@ InOutMat, class Triangle>
|
15021 | 15021 | void symmetric_matrix_rank_k_update(Scalar alpha, InMat A, InOutMat C, Triangle t);
|
15022 |
| - template<class Scalar, class ExecutionPolicy, |
| 15022 | + template<class ExecutionPolicy, class Scalar, |
15023 | 15023 | @\exposconcept{in-matrix}@ InMat, @\exposconcept{possibly-packed-inout-matrix}@ InOutMat, class Triangle>
|
15024 | 15024 | void symmetric_matrix_rank_k_update(ExecutionPolicy&& exec,
|
15025 | 15025 | Scalar alpha, InMat A, InOutMat C, Triangle t);
|
|
0 commit comments