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

#include <fn_conv_to.hpp>

List of all members.

Static Public Member Functions

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


Detailed Description

template<typename out_eT>
class conv_to< Mat< out_eT > >

Definition at line 137 of file fn_conv_to.hpp.