From 0e3f76cc16fa93a2b8d58922bae090828bfbf05a Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Tue, 26 Mar 2019 17:29:53 +0100 Subject: egs_exact: avoid explicit matrix transpoe --- ell_grid_solve.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'ell_grid_solve.h') 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; -- cgit v1.2.3