aboutsummaryrefslogtreecommitdiff
path: root/ell_grid_solve.h
diff options
context:
space:
mode:
Diffstat (limited to 'ell_grid_solve.h')
-rw-r--r--ell_grid_solve.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ell_grid_solve.h b/ell_grid_solve.h
index 0718b67..d46edd9 100644
--- a/ell_grid_solve.h
+++ b/ell_grid_solve.h
@@ -92,6 +92,7 @@ typedef struct EGSExactContext {
int64_t count_mat_construct;
int64_t time_mat_construct;
int64_t count_bicgstab_solve;
+ int64_t bicgstab_iterations;
int64_t time_bicgstab_solve;
int64_t count_lu_solve;
int64_t time_lu_solve;