Function cossin¶
function cossin(const T1 &) math¶
Returns the trigonometric cosine of the even elements of x and sine of the odd elements.
| T1 | Vector type with at least two elements. |
| x | Vector of angles in radians. |
| Vector with interleaved cosine/sine values. |
Fully qualified name: kfr::cossin(const T1 &)
Declared at math/sin_cos.hpp:119
This file was generated by cxxdox, a C++ documentation generator based on MkDocs Material and libclang.