Col_bones.hpp (armadillo-10.8.2.tar.xz) | : | Col_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 Col(const arma_fixed_indicator&, const uword in_n_elem, const eT* in_me m); | inline Col(const arma_fixed_indicator&, const uword in_n_elem, const eT* in_me m); | |||
public: | public: | |||
#ifdef ARMA_EXTRA_COL_PROTO | #if defined(ARMA_EXTRA_COL_PROTO) | |||
#include ARMA_INCFILE_WRAP(ARMA_EXTRA_COL_PROTO) | #include ARMA_INCFILE_WRAP(ARMA_EXTRA_COL_PROTO) | |||
#endif | #endif | |||
}; | }; | |||
template<typename eT> | template<typename eT> | |||
template<uword fixed_n_elem> | template<uword fixed_n_elem> | |||
class Col<eT>::fixed : public Col<eT> | class Col<eT>::fixed : public Col<eT> | |||
{ | { | |||
private: | private: | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added |