#include <fn_conv_to.hpp>
Static Public Member Functions | |
template<typename in_eT > | |
static Cube< out_eT > | from (const Cube< in_eT > &in) |
template<typename in_T > | |
static Cube< out_eT > | from (const Cube< std::complex< in_T > > &in) |
template<typename in_eT , typename T1 > | |
static Cube< out_eT > | from (const BaseCube< in_eT, T1 > &in) |
Definition at line 798 of file fn_conv_to.hpp.