Classes | |
class | conv_to< out_eT > |
class | conv_to< Col< out_eT > > |
class | conv_to< Cube< out_eT > > |
conversion to Armadillo cubes from Armadillo BaseCube objects More... | |
class | conv_to< itpp::Mat< out_eT > > |
conversion to itpp::Mat from Armadillo Base objects More... | |
class | conv_to< itpp::Vec< out_eT > > |
conversion to itpp::Vec from Armadillo Base objects More... | |
class | conv_to< Mat< out_eT > > |
class | conv_to< Row< out_eT > > |
class | conv_to< std::vector< out_eT > > |
conversion to std::vector from Armadillo Base objects More... | |
Functions | |
template<typename in_eT , typename T1 > | |
static out_eT | conv_to< out_eT >::from (const Base< in_eT, T1 > &in, const typename arma_not_cx< in_eT >::result *junk=0) |
template<typename in_eT , typename T1 > | |
static out_eT | conv_to< out_eT >::from (const Base< in_eT, T1 > &in, const typename arma_cx_only< in_eT >::result *junk=0) |
template<typename in_eT , typename T1 > | |
static out_eT | conv_to< out_eT >::from (const BaseCube< in_eT, T1 > &in, const typename arma_not_cx< in_eT >::result *junk=0) |
template<typename in_eT , typename T1 > | |
static out_eT | conv_to< out_eT >::from (const BaseCube< in_eT, T1 > &in, const typename arma_cx_only< in_eT >::result *junk=0) |
template<typename in_eT , typename T1 > | |
static Mat< out_eT > | conv_to< Mat< out_eT > >::from (const Base< in_eT, T1 > &in, const typename arma_not_cx< in_eT >::result *junk=0) |
template<typename in_eT , typename T1 > | |
static Mat< out_eT > | conv_to< Mat< out_eT > >::from (const Base< in_eT, T1 > &in, const typename arma_cx_only< in_eT >::result *junk=0) |
template<typename in_eT > | |
static Mat< out_eT > | conv_to< Mat< out_eT > >::from (const std::vector< in_eT > &in, const typename arma_not_cx< in_eT >::result *junk=0) |
template<typename in_eT > | |
static Mat< out_eT > | conv_to< Mat< out_eT > >::from (const std::vector< in_eT > &in, const typename arma_cx_only< in_eT >::result *junk=0) |
template<typename in_eT > | |
static Mat< out_eT > | conv_to< Mat< out_eT > >::from (const itpp::Mat< in_eT > &in, const typename arma_not_cx< in_eT >::result *junk=0) |
template<typename in_eT > | |
static Mat< out_eT > | conv_to< Mat< out_eT > >::from (const itpp::Mat< in_eT > &in, const typename arma_cx_only< in_eT >::result *junk=0) |
template<typename in_eT > | |
static Mat< out_eT > | conv_to< Mat< out_eT > >::from (const itpp::Vec< in_eT > &in, const typename arma_not_cx< in_eT >::result *junk=0) |
template<typename in_eT > | |
static Mat< out_eT > | conv_to< Mat< out_eT > >::from (const itpp::Vec< in_eT > &in, const typename arma_cx_only< in_eT >::result *junk=0) |
template<typename in_eT , typename T1 > | |
static Row< out_eT > | conv_to< Row< out_eT > >::from (const Base< in_eT, T1 > &in, const typename arma_not_cx< in_eT >::result *junk=0) |
template<typename in_eT , typename T1 > | |
static Row< out_eT > | conv_to< Row< out_eT > >::from (const Base< in_eT, T1 > &in, const typename arma_cx_only< in_eT >::result *junk=0) |
template<typename in_eT > | |
static Row< out_eT > | conv_to< Row< out_eT > >::from (const std::vector< in_eT > &in, const typename arma_not_cx< in_eT >::result *junk=0) |
template<typename in_eT > | |
static Row< out_eT > | conv_to< Row< out_eT > >::from (const std::vector< in_eT > &in, const typename arma_cx_only< in_eT >::result *junk=0) |
template<typename in_eT > | |
static Row< out_eT > | conv_to< Row< out_eT > >::from (const itpp::Mat< in_eT > &in, const typename arma_not_cx< in_eT >::result *junk=0) |
template<typename in_eT > | |
static Row< out_eT > | conv_to< Row< out_eT > >::from (const itpp::Mat< in_eT > &in, const typename arma_cx_only< in_eT >::result *junk=0) |
template<typename in_eT > | |
static Row< out_eT > | conv_to< Row< out_eT > >::from (const itpp::Vec< in_eT > &in, const typename arma_not_cx< in_eT >::result *junk=0) |
template<typename in_eT > | |
static Row< out_eT > | conv_to< Row< out_eT > >::from (const itpp::Vec< in_eT > &in, const typename arma_cx_only< in_eT >::result *junk=0) |
template<typename in_eT , typename T1 > | |
static Col< out_eT > | conv_to< Col< out_eT > >::from (const Base< in_eT, T1 > &in, const typename arma_not_cx< in_eT >::result *junk=0) |
template<typename in_eT , typename T1 > | |
static Col< out_eT > | conv_to< Col< out_eT > >::from (const Base< in_eT, T1 > &in, const typename arma_cx_only< in_eT >::result *junk=0) |
template<typename in_eT > | |
static Col< out_eT > | conv_to< Col< out_eT > >::from (const std::vector< in_eT > &in, const typename arma_not_cx< in_eT >::result *junk=0) |
template<typename in_eT > | |
static Col< out_eT > | conv_to< Col< out_eT > >::from (const std::vector< in_eT > &in, const typename arma_cx_only< in_eT >::result *junk=0) |
template<typename in_eT > | |
static Col< out_eT > | conv_to< Col< out_eT > >::from (const itpp::Mat< in_eT > &in, const typename arma_not_cx< in_eT >::result *junk=0) |
template<typename in_eT > | |
static Col< out_eT > | conv_to< Col< out_eT > >::from (const itpp::Mat< in_eT > &in, const typename arma_cx_only< in_eT >::result *junk=0) |
template<typename in_eT > | |
static Col< out_eT > | conv_to< Col< out_eT > >::from (const itpp::Vec< in_eT > &in, const typename arma_not_cx< in_eT >::result *junk=0) |
template<typename in_eT > | |
static Col< out_eT > | conv_to< Col< out_eT > >::from (const itpp::Vec< in_eT > &in, const typename arma_cx_only< in_eT >::result *junk=0) |
template<typename in_eT , typename T1 > | |
static Cube< out_eT > | conv_to< Cube< out_eT > >::from (const BaseCube< in_eT, T1 > &in, const typename arma_not_cx< in_eT >::result *junk=0) |
template<typename in_eT , typename T1 > | |
static Cube< out_eT > | conv_to< Cube< out_eT > >::from (const BaseCube< in_eT, T1 > &in, const typename arma_cx_only< in_eT >::result *junk=0) |
template<typename in_eT , typename T1 > | |
static std::vector< out_eT > | conv_to< std::vector< out_eT > >::from (const Base< in_eT, T1 > &in, const typename arma_not_cx< in_eT >::result *junk=0) |
template<typename in_eT , typename T1 > | |
static std::vector< out_eT > | conv_to< std::vector< out_eT > >::from (const Base< in_eT, T1 > &in, const typename arma_cx_only< in_eT >::result *junk=0) |
template<typename in_eT , typename T1 > | |
static itpp::Mat< out_eT > | conv_to< itpp::Mat< out_eT > >::from (const Base< in_eT, T1 > &in, const typename arma_not_cx< in_eT >::result *junk=0) |
template<typename in_eT , typename T1 > | |
static itpp::Mat< out_eT > | conv_to< itpp::Mat< out_eT > >::from (const Base< in_eT, T1 > &in, const typename arma_cx_only< in_eT >::result *junk=0) |
template<typename in_eT , typename T1 > | |
static itpp::Vec< out_eT > | conv_to< itpp::Vec< out_eT > >::from (const Base< in_eT, T1 > &in, const typename arma_not_cx< in_eT >::result *junk=0) |
template<typename in_eT , typename T1 > | |
static itpp::Vec< out_eT > | conv_to< itpp::Vec< out_eT > >::from (const Base< in_eT, T1 > &in, const typename arma_cx_only< in_eT >::result *junk=0) |
out_eT conv_to< out_eT >::from | ( | const Base< in_eT, T1 > & | in, |
const typename arma_not_cx< in_eT >::result * | junk = 0 |
||
) | [inline, static] |
Definition at line 45 of file fn_conv_to.hpp.
out_eT conv_to< out_eT >::from | ( | const Base< in_eT, T1 > & | in, |
const typename arma_cx_only< in_eT >::result * | junk = 0 |
||
) | [inline, static] |
Definition at line 67 of file fn_conv_to.hpp.
out_eT conv_to< out_eT >::from | ( | const BaseCube< in_eT, T1 > & | in, |
const typename arma_not_cx< in_eT >::result * | junk = 0 |
||
) | [inline, static] |
Definition at line 93 of file fn_conv_to.hpp.
out_eT conv_to< out_eT >::from | ( | const BaseCube< in_eT, T1 > & | in, |
const typename arma_cx_only< in_eT >::result * | junk = 0 |
||
) | [inline, static] |
Definition at line 115 of file fn_conv_to.hpp.
Mat< out_eT > conv_to< Mat< out_eT > >::from | ( | const Base< in_eT, T1 > & | in, |
const typename arma_not_cx< in_eT >::result * | junk = 0 |
||
) | [inline, static] |
Definition at line 181 of file fn_conv_to.hpp.
Mat< out_eT > conv_to< Mat< out_eT > >::from | ( | const Base< in_eT, T1 > & | in, |
const typename arma_cx_only< in_eT >::result * | junk = 0 |
||
) | [inline, static] |
Definition at line 203 of file fn_conv_to.hpp.
Mat< out_eT > conv_to< Mat< out_eT > >::from | ( | const std::vector< in_eT > & | in, |
const typename arma_not_cx< in_eT >::result * | junk = 0 |
||
) | [inline, static] |
Definition at line 225 of file fn_conv_to.hpp.
Mat< out_eT > conv_to< Mat< out_eT > >::from | ( | const std::vector< in_eT > & | in, |
const typename arma_cx_only< in_eT >::result * | junk = 0 |
||
) | [inline, static] |
Definition at line 256 of file fn_conv_to.hpp.
Mat< out_eT > conv_to< Mat< out_eT > >::from | ( | const itpp::Mat< in_eT > & | in, |
const typename arma_not_cx< in_eT >::result * | junk = 0 |
||
) | [inline, static] |
Definition at line 290 of file fn_conv_to.hpp.
Mat< out_eT > conv_to< Mat< out_eT > >::from | ( | const itpp::Mat< in_eT > & | in, |
const typename arma_cx_only< in_eT >::result * | junk = 0 |
||
) | [inline, static] |
Definition at line 309 of file fn_conv_to.hpp.
Mat< out_eT > conv_to< Mat< out_eT > >::from | ( | const itpp::Vec< in_eT > & | in, |
const typename arma_not_cx< in_eT >::result * | junk = 0 |
||
) | [inline, static] |
Definition at line 328 of file fn_conv_to.hpp.
Mat< out_eT > conv_to< Mat< out_eT > >::from | ( | const itpp::Vec< in_eT > & | in, |
const typename arma_cx_only< in_eT >::result * | junk = 0 |
||
) | [inline, static] |
Definition at line 347 of file fn_conv_to.hpp.
Row< out_eT > conv_to< Row< out_eT > >::from | ( | const Base< in_eT, T1 > & | in, |
const typename arma_not_cx< in_eT >::result * | junk = 0 |
||
) | [inline, static] |
Definition at line 406 of file fn_conv_to.hpp.
Row< out_eT > conv_to< Row< out_eT > >::from | ( | const Base< in_eT, T1 > & | in, |
const typename arma_cx_only< in_eT >::result * | junk = 0 |
||
) | [inline, static] |
Definition at line 430 of file fn_conv_to.hpp.
Row< out_eT > conv_to< Row< out_eT > >::from | ( | const std::vector< in_eT > & | in, |
const typename arma_not_cx< in_eT >::result * | junk = 0 |
||
) | [inline, static] |
Definition at line 454 of file fn_conv_to.hpp.
Row< out_eT > conv_to< Row< out_eT > >::from | ( | const std::vector< in_eT > & | in, |
const typename arma_cx_only< in_eT >::result * | junk = 0 |
||
) | [inline, static] |
Definition at line 485 of file fn_conv_to.hpp.
Row< out_eT > conv_to< Row< out_eT > >::from | ( | const itpp::Mat< in_eT > & | in, |
const typename arma_not_cx< in_eT >::result * | junk = 0 |
||
) | [inline, static] |
Definition at line 519 of file fn_conv_to.hpp.
Row< out_eT > conv_to< Row< out_eT > >::from | ( | const itpp::Mat< in_eT > & | in, |
const typename arma_cx_only< in_eT >::result * | junk = 0 |
||
) | [inline, static] |
Definition at line 542 of file fn_conv_to.hpp.
Row< out_eT > conv_to< Row< out_eT > >::from | ( | const itpp::Vec< in_eT > & | in, |
const typename arma_not_cx< in_eT >::result * | junk = 0 |
||
) | [inline, static] |
Definition at line 563 of file fn_conv_to.hpp.
Row< out_eT > conv_to< Row< out_eT > >::from | ( | const itpp::Vec< in_eT > & | in, |
const typename arma_cx_only< in_eT >::result * | junk = 0 |
||
) | [inline, static] |
Definition at line 582 of file fn_conv_to.hpp.
Col< out_eT > conv_to< Col< out_eT > >::from | ( | const Base< in_eT, T1 > & | in, |
const typename arma_not_cx< in_eT >::result * | junk = 0 |
||
) | [inline, static] |
Definition at line 641 of file fn_conv_to.hpp.
Col< out_eT > conv_to< Col< out_eT > >::from | ( | const Base< in_eT, T1 > & | in, |
const typename arma_cx_only< in_eT >::result * | junk = 0 |
||
) | [inline, static] |
Definition at line 665 of file fn_conv_to.hpp.
Col< out_eT > conv_to< Col< out_eT > >::from | ( | const std::vector< in_eT > & | in, |
const typename arma_not_cx< in_eT >::result * | junk = 0 |
||
) | [inline, static] |
Definition at line 689 of file fn_conv_to.hpp.
Col< out_eT > conv_to< Col< out_eT > >::from | ( | const std::vector< in_eT > & | in, |
const typename arma_cx_only< in_eT >::result * | junk = 0 |
||
) | [inline, static] |
Definition at line 720 of file fn_conv_to.hpp.
Col< out_eT > conv_to< Col< out_eT > >::from | ( | const itpp::Mat< in_eT > & | in, |
const typename arma_not_cx< in_eT >::result * | junk = 0 |
||
) | [inline, static] |
Definition at line 754 of file fn_conv_to.hpp.
Col< out_eT > conv_to< Col< out_eT > >::from | ( | const itpp::Mat< in_eT > & | in, |
const typename arma_cx_only< in_eT >::result * | junk = 0 |
||
) | [inline, static] |
Definition at line 777 of file fn_conv_to.hpp.
Col< out_eT > conv_to< Col< out_eT > >::from | ( | const itpp::Vec< in_eT > & | in, |
const typename arma_not_cx< in_eT >::result * | junk = 0 |
||
) | [inline, static] |
Definition at line 798 of file fn_conv_to.hpp.
Col< out_eT > conv_to< Col< out_eT > >::from | ( | const itpp::Vec< in_eT > & | in, |
const typename arma_cx_only< in_eT >::result * | junk = 0 |
||
) | [inline, static] |
Definition at line 817 of file fn_conv_to.hpp.
Cube< out_eT > conv_to< Cube< out_eT > >::from | ( | const BaseCube< in_eT, T1 > & | in, |
const typename arma_not_cx< in_eT >::result * | junk = 0 |
||
) | [inline, static] |
Definition at line 851 of file fn_conv_to.hpp.
Cube< out_eT > conv_to< Cube< out_eT > >::from | ( | const BaseCube< in_eT, T1 > & | in, |
const typename arma_cx_only< in_eT >::result * | junk = 0 |
||
) | [inline, static] |
Definition at line 873 of file fn_conv_to.hpp.
std::vector< out_eT > conv_to< std::vector< out_eT > >::from | ( | const Base< in_eT, T1 > & | in, |
const typename arma_not_cx< in_eT >::result * | junk = 0 |
||
) | [inline, static] |
Definition at line 910 of file fn_conv_to.hpp.
std::vector< out_eT > conv_to< std::vector< out_eT > >::from | ( | const Base< in_eT, T1 > & | in, |
const typename arma_cx_only< in_eT >::result * | junk = 0 |
||
) | [inline, static] |
Definition at line 946 of file fn_conv_to.hpp.
itpp::Mat< out_eT > conv_to< itpp::Mat< out_eT > >::from | ( | const Base< in_eT, T1 > & | in, |
const typename arma_not_cx< in_eT >::result * | junk = 0 |
||
) | [inline, static] |
Definition at line 1000 of file fn_conv_to.hpp.
itpp::Mat< out_eT > conv_to< itpp::Mat< out_eT > >::from | ( | const Base< in_eT, T1 > & | in, |
const typename arma_cx_only< in_eT >::result * | junk = 0 |
||
) | [inline, static] |
Definition at line 1022 of file fn_conv_to.hpp.
itpp::Vec< out_eT > conv_to< itpp::Vec< out_eT > >::from | ( | const Base< in_eT, T1 > & | in, |
const typename arma_not_cx< in_eT >::result * | junk = 0 |
||
) | [inline, static] |
Definition at line 1060 of file fn_conv_to.hpp.
itpp::Vec< out_eT > conv_to< itpp::Vec< out_eT > >::from | ( | const Base< in_eT, T1 > & | in, |
const typename arma_cx_only< in_eT >::result * | junk = 0 |
||
) | [inline, static] |
Definition at line 1084 of file fn_conv_to.hpp.