29 #ifndef _REWARDMODELMAPPINGSPARSE_H_
30 #define _REWARDMODELMAPPINGSPARSE_H_ 1
33 #include <boost/numeric/ublas/matrix_sparse.hpp>
45 #if BOOST_1_32_OR_LOWER // they renamed sparse_vector to mapped_vector
46 typedef boost::numeric::ublas::sparse_matrix<double>
SparseMatrix;
48 typedef boost::numeric::ublas::compressed_matrix<double>
SparseMatrix;
69 std::string ja_str=
"ja");
77 {
return(
_m_R(s_i,ja_i)); }