I am trying to get octgpr working and I get errors because Octave_map will not work.
pkg install octgpr-1.1.tar.gz
gpr_train.cc: In function ‘octave_value_list Fgpr_train(const octave_value_list&, int)’:
gpr_train.cc:319:21: error: no matching function for call to ‘octave_map::assign(const char [2], Matrix&)’
GPM.assign ("X", X);
^
gpr_train.cc:319:21: note: candidates are:
In file included from gpr_train.cc:22:0:
/usr/local/include/octave-4.0.0/octave/../octave/oct-map.h:348:8: note: void octave_map::assign(const string&, const Cell&)
void assign (const std::string& k, const Cell& val)
^
/usr/local/include/octave-4.0.0/octave/../octave/oct-map.h:348:8: note: no known conversion for argument 2 from ‘Matrix’ to ‘const Cell&’
/usr/local/include/octave-4.0.0/octave/../octave/oct-map.h:429:8: note: void octave_map::assign(const idx_vector&, const octave_map&)
void assign (const idx_vector& i, const octave_map& rhs);
^
any and all help is appreciated.
Doug.
--