cotila  1.2.1
A compile time linear algebra system

◆ conj()

template<typename T , std::size_t N>
constexpr vector<T, N> cotila::conj ( const vector< T, N > &  v)
Parameters
van N-vector of type T
Returns
an N-vector $ \overline{\textbf{v}} $ of type T such that $ \left(\overline{\textbf{v}}\right)_i = \overline{v_i} $

Computes the elementwise complex conjugate of a vector.