cotila  1.2.1
A compile time linear algebra system

◆ real()

template<typename T , std::size_t N>
constexpr vector<detail::remove_complex_t<T>, N> cotila::real ( 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{R}\{\textbf{v}_i\} $

Computes the elementwise real of a vector.