cotila  1.2.1
A compile time linear algebra system

◆ real()

template<typename T , std::size_t M, std::size_t N>
constexpr matrix<detail::remove_complex_t<T>, M, N> cotila::real ( const matrix< T, M, N > &  m)
Parameters
man $ M \times N $ matrix of type T
Returns
an $ M \times N $ matrix $\textbf{m}$ of type T such that $ \left(\textbf{m}}_{ij} = \mathbb{R}\{\textbf{m}_{ij}\},\ \forall i,j $

Computes the elementwise real of a matrix