aboutsummaryrefslogtreecommitdiff
path: root/ell_grid_solve.h
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2019-03-26 17:29:53 +0100
committerAnton Khirnov <anton@khirnov.net>2019-03-26 17:30:25 +0100
commit0e3f76cc16fa93a2b8d58922bae090828bfbf05a (patch)
tree0ad6ef2562b87ff75c834065341eb0751095e2e6 /ell_grid_solve.h
parent9dc3b1d7f2a3cb2a072b62370ea192b4ebad9a36 (diff)
egs_exact: avoid explicit matrix transpoe
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;