conv_to< Row< out_eT > > Class Template Reference
[Fn_conv_to]

#include <fn_conv_to.hpp>

List of all members.

Static Public Member Functions

static Row< out_eT > from (const Mat< out_eT > &in)
template<typename in_eT >
static Row< out_eT > from (const Mat< in_eT > &in)
template<typename in_T >
static Row< out_eT > from (const Mat< std::complex< in_T > > &in)
template<typename in_eT , typename T1 >
static Row< out_eT > from (const Base< in_eT, T1 > &in)
template<typename in_eT >
static Row< out_eT > from (const itpp::Vec< in_eT > &in)
template<typename in_T >
static Row< out_eT > from (const itpp::Vec< std::complex< in_T > > &in)


Detailed Description

template<typename out_eT>
class conv_to< Row< out_eT > >

Definition at line 284 of file fn_conv_to.hpp.