#include <fn_conv_to.hpp>
Static Public Member Functions | |
static Col< out_eT > | from (const Mat< out_eT > &in) |
template<typename in_eT > | |
static Col< out_eT > | from (const Mat< in_eT > &in) |
template<typename in_T > | |
static Col< out_eT > | from (const Mat< std::complex< in_T > > &in) |
template<typename in_eT , typename T1 > | |
static Col< out_eT > | from (const Base< in_eT, T1 > &in) |
template<typename in_eT > | |
static Col< out_eT > | from (const itpp::Vec< in_eT > &in) |
template<typename in_T > | |
static Col< out_eT > | from (const itpp::Vec< std::complex< in_T > > &in) |
Definition at line 511 of file fn_conv_to.hpp.