Skip to content

[simd.math] Stray indexing of riemann_zeta #9200

Description

@eisenwave

draft/source/numerics.tex

Lines 20277 to 20294 in ed83a61

\indexlibrarymember{hermite}{simd}
\indexlibrarymember{laguerre}{simd}
\indexlibrarymember{legendre}{simd}
\indexlibrarymember{riemann_zeta}{simd}
\indexlibrarymember{sph_bessel}{simd}
\indexlibrarymember{sph_neumann}{simd}
\begin{itemdecl}
template<@\exposconcept{math-floating-point}@ V>
@\exposid{deduced-vec-t}@<V> hermite(const rebind_t<unsigned, @\exposid{deduced-vec-t}@<V>>& n, const V& x);
template<@\exposconcept{math-floating-point}@ V>
@\exposid{deduced-vec-t}@<V> laguerre(const rebind_t<unsigned, @\exposid{deduced-vec-t}@<V>>& n, const V& x);
template<@\exposconcept{math-floating-point}@ V>
@\exposid{deduced-vec-t}@<V> legendre(const rebind_t<unsigned, @\exposid{deduced-vec-t}@<V>>& l, const V& x);
template<@\exposconcept{math-floating-point}@ V>
@\exposid{deduced-vec-t}@<V> sph_bessel(const rebind_t<unsigned, @\exposid{deduced-vec-t}@<V>>& n, const V& x);
template<@\exposconcept{math-floating-point}@ V>
@\exposid{deduced-vec-t}@<V> sph_neumann(const rebind_t<unsigned, @\exposid{deduced-vec-t}@<V>>& n, const V& x);
\end{itemdecl}

Notice that there is indexing for riemann_zeta here, but it's not in the code block.

Metadata

Metadata

Assignees

Labels

P2-BugPresentational errors and omissions

Type

No type

Fields

No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions