simplification
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user