|
\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.
draft/source/numerics.tex
Lines 20277 to 20294 in ed83a61
Notice that there is indexing for
riemann_zetahere, but it's not in the code block.