cotila  1.2.1
A compile time linear algebra system

◆ sqrt()

template<typename T , std::size_t N>
constexpr vector<T, N> cotila::sqrt ( const vector< T, N > &  v)
Parameters
van N-vector of type T
Returns
an N-vector $ \begin{bmatrix} \sqrt{v_1} & \ldots &\sqrt{v_N} \end{bmatrix} $ of type T

Computes the elementwise square root of a vector.