add debugging messages
This commit is contained in:
@@ -70,6 +70,7 @@ Mat<eT>::Mat(const uword in_n_rows, const uword in_n_cols)
|
||||
|
||||
init_cold();
|
||||
|
||||
arma_extra_debug_print("Mat::constructor: zeroing memory");
|
||||
arrayops::fill_zeros(memptr(), n_elem);
|
||||
}
|
||||
|
||||
@@ -90,6 +91,7 @@ Mat<eT>::Mat(const SizeMat& s)
|
||||
|
||||
init_cold();
|
||||
|
||||
arma_extra_debug_print("Mat::constructor: zeroing memory");
|
||||
arrayops::fill_zeros(memptr(), n_elem);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user