Row_bones.hpp (armadillo-10.8.2.tar.xz) | : | Row_bones.hpp (armadillo-11.0.0.tar.xz) | ||
---|---|---|---|---|
skipping to change at line 165 | skipping to change at line 165 | |||
inline const_row_iterator end_row (const uword row_num) const; | inline const_row_iterator end_row (const uword row_num) const; | |||
template<uword fixed_n_elem> class fixed; | template<uword fixed_n_elem> class fixed; | |||
protected: | protected: | |||
inline Row(const arma_fixed_indicator&, const uword in_n_elem, const eT* in_me m); | inline Row(const arma_fixed_indicator&, const uword in_n_elem, const eT* in_me m); | |||
public: | public: | |||
#ifdef ARMA_EXTRA_ROW_PROTO | #if defined(ARMA_EXTRA_ROW_PROTO) | |||
#include ARMA_INCFILE_WRAP(ARMA_EXTRA_ROW_PROTO) | #include ARMA_INCFILE_WRAP(ARMA_EXTRA_ROW_PROTO) | |||
#endif | #endif | |||
}; | }; | |||
template<typename eT> | template<typename eT> | |||
template<uword fixed_n_elem> | template<uword fixed_n_elem> | |||
class Row<eT>::fixed : public Row<eT> | class Row<eT>::fixed : public Row<eT> | |||
{ | { | |||
private: | private: | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added |