simplification

This commit is contained in:
conrad
2022-05-11 12:52:37 +10:00
parent be0cae30ce
commit 06a274ee41
2 changed files with 1 additions and 51 deletions
@@ -28,10 +28,6 @@ class arrayops
arma_inline static void
copy(eT* dest, const eT* src, const uword n_elem);
template<typename eT>
arma_cold inline static void
copy_small(eT* dest, const eT* src, const uword n_elem);
template<typename eT>
inline static void
fill_zeros(eT* dest, const uword n_elem);