This commit is contained in:
conrad
2022-06-10 13:29:40 +10:00
parent 967e8bb88a
commit 8d947c885d
@@ -28,6 +28,9 @@ SparseGenRealShiftSolve<eT>::SparseGenRealShiftSolve(const SpMat<eT>& mat_obj, c
, perm_r(mat_obj.n_rows + 1)
, n_rows(mat_obj.n_rows)
, n_cols(mat_obj.n_cols)
#else
: n_rows(0)
, n_cols(0)
#endif
{
arma_extra_debug_sigprint();