Classes

fn_conv_to.hpp File Reference

Go to the source code of this file.

Classes

class  conv_to< out_eT >
 conversion from Armadillo Base and BaseCube objects to scalars //! (kept only for compatibility with old code; use as_scalar() instead for Base objects like Mat) More...
class  conv_to< Mat< out_eT > >
 conversion to Armadillo matrices from Armadillo Base objects, //! as well as from std::vector, itpp::Mat and itpp::Vec More...
class  conv_to< Row< out_eT > >
 conversion to Armadillo row vectors from Armadillo Base objects, //! as well as from std::vector, itpp::Mat and itpp::Vec More...
class  conv_to< Col< out_eT > >
 conversion to Armadillo column vectors from Armadillo Base objects, //! as well as from std::vector, itpp::Mat and itpp::Vec More...
class  conv_to< Cube< out_eT > >
 conversion to Armadillo cubes from Armadillo BaseCube objects More...
class  conv_to< std::vector< out_eT > >
 conversion to std::vector from Armadillo Base 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...