cotila  1.2.1
A compile time linear algebra system

◆ imag()

template<typename T , std::size_t N>
constexpr vector<detail::remove_complex_t<T>, N> cotila::imag ( const vector< T, N > &  v)
Parameters
van N-vector of type T
Returns
an N-vector $ \textbf{u} $ of type T such that $ \textbf{u}_i = \mathbb{I}\{\textbf{v}_i\} $

Computes the elementwise imag of a vector.