summaryrefslogtreecommitdiff
path: root/ell_grid_solve.h
diff options
context:
space:
mode:
Diffstat (limited to 'ell_grid_solve.h')
-rw-r--r--ell_grid_solve.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/ell_grid_solve.h b/ell_grid_solve.h
index abe3958..182b087 100644
--- a/ell_grid_solve.h
+++ b/ell_grid_solve.h
@@ -91,8 +91,6 @@ typedef struct EGSRelaxContext {
typedef struct EGSExactContext {
int64_t count_mat_construct;
int64_t time_mat_construct;
- int64_t count_mat_transpose;
- int64_t time_mat_transpose;
int64_t count_bicgstab_solve;
int64_t time_bicgstab_solve;
int64_t count_lu_solve;