Advertisement
Guest User

Untitled

a guest
Jan 18th, 2013
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.53 KB | None | 0 0
  1. In file included from /home/phanslov/local/include/armadillo:116:0,
  2. from /home/phanslov/local/src/mlpack-1.0.3/src/mlpack/../mlpack/core/arma_extend/arma_extend.hpp:15,
  3. from /home/phanslov/local/src/mlpack-1.0.3/src/mlpack/../mlpack/core.hpp:166,
  4. from /home/phanslov/local/src/mlpack-1.0.3/src/mlpack/methods/hmm/hmm_train_main.cpp:22:
  5. /home/phanslov/local/include/armadillo_bits/constants.hpp: In instantiation of ‘const long unsigned int arma::Datum<long unsigned int>::inf’:
  6. /home/phanslov/local/include/armadillo_bits/diskio_meat.hpp:681:7: instantiated from ‘static bool arma::diskio::convert_naninf(eT&, const string&) [with eT = long unsigned int, std::string = std::basic_string<char>]’
  7. /home/phanslov/local/include/armadillo_bits/diskio_meat.hpp:1367:77: instantiated from ‘static bool arma::diskio::load_raw_ascii(arma::Mat<eT>&, std::istream&, std::string&) [with eT = long unsigned int, std::istream = std::basic_istream<char>, std::string = std::basic_string<char>]’
  8. /home/phanslov/local/include/armadillo_bits/Mat_meat.hpp:5402:7: instantiated from ‘bool arma::Mat<eT>::load(std::istream&, arma::file_type, bool) [with eT = long unsigned int, std::istream = std::basic_istream<char>]’
  9. /home/phanslov/local/src/mlpack-1.0.3/src/mlpack/../mlpack/core/data/load_impl.hpp:176:46: instantiated from ‘bool mlpack::data::Load(const string&, arma::Mat<eT>&, bool, bool) [with eT = long unsigned int, std::string = std::basic_string<char>]’
  10. /home/phanslov/local/src/mlpack-1.0.3/src/mlpack/methods/hmm/hmm_train_main.cpp:170:40: instantiated from here
  11. /home/phanslov/local/include/armadillo_bits/constants.hpp:181:32: error: no matching function for call to ‘arma::priv::Datum_helper::inf()’
  12. /home/phanslov/local/include/armadillo_bits/constants.hpp:181:32: note: candidates are:
  13. /home/phanslov/local/include/armadillo_bits/constants.hpp:69:5: note: template<class eT> static typename arma::arma_float_only::result arma::priv::Datum_helper::inf(typename arma::arma_float_only<eT>::result*)
  14. /home/phanslov/local/include/armadillo_bits/constants.hpp:87:5: note: template<class eT> static typename arma::arma_cx_only::result arma::priv::Datum_helper::inf(typename arma::arma_cx_only<eT>::result*)
  15. /home/phanslov/local/include/armadillo_bits/constants.hpp:100:5: note: template<class eT> static typename arma::arma_integral_only::result arma::priv::Datum_helper::inf(typename arma::arma_integral_only<eT>::result*)
  16. /home/phanslov/local/include/armadillo_bits/constants.hpp: In instantiation of ‘const long unsigned int arma::Datum<long unsigned int>::nan’:
  17. /home/phanslov/local/include/armadillo_bits/diskio_meat.hpp:688:7: instantiated from ‘static bool arma::diskio::convert_naninf(eT&, const string&) [with eT = long unsigned int, std::string = std::basic_string<char>]’
  18. /home/phanslov/local/include/armadillo_bits/diskio_meat.hpp:1367:77: instantiated from ‘static bool arma::diskio::load_raw_ascii(arma::Mat<eT>&, std::istream&, std::string&) [with eT = long unsigned int, std::istream = std::basic_istream<char>, std::string = std::basic_string<char>]’
  19. /home/phanslov/local/include/armadillo_bits/Mat_meat.hpp:5402:7: instantiated from ‘bool arma::Mat<eT>::load(std::istream&, arma::file_type, bool) [with eT = long unsigned int, std::istream = std::basic_istream<char>]’
  20. /home/phanslov/local/src/mlpack-1.0.3/src/mlpack/../mlpack/core/data/load_impl.hpp:176:46: instantiated from ‘bool mlpack::data::Load(const string&, arma::Mat<eT>&, bool, bool) [with eT = long unsigned int, std::string = std::basic_string<char>]’
  21. /home/phanslov/local/src/mlpack-1.0.3/src/mlpack/methods/hmm/hmm_train_main.cpp:170:40: instantiated from here
  22. /home/phanslov/local/include/armadillo_bits/constants.hpp:180:32: error: no matching function for call to ‘arma::priv::Datum_helper::nan()’
  23. /home/phanslov/local/include/armadillo_bits/constants.hpp:180:32: note: candidates are:
  24. /home/phanslov/local/include/armadillo_bits/constants.hpp:27:5: note: template<class eT> static typename arma::arma_float_only::result arma::priv::Datum_helper::nan(typename arma::arma_float_only<eT>::result*)
  25. /home/phanslov/local/include/armadillo_bits/constants.hpp:45:5: note: template<class eT> static typename arma::arma_cx_only::result arma::priv::Datum_helper::nan(typename arma::arma_cx_only<eT>::result*)
  26. /home/phanslov/local/include/armadillo_bits/constants.hpp:58:5: note: template<class eT> static typename arma::arma_integral_only::result arma::priv::Datum_helper::nan(typename arma::arma_integral_only<eT>::result*)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement