You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[linalg.algs.blas1.iamax] Fix return type of vector_idx_abs_max
The declarations use extents_type (a std::extents shape type), but the
Returns clause specifies a scalar index of type size_type. Replace
extents_type with size_type in [linalg.syn] and [linalg.algs.blas1.iamax].
0 commit comments