diff --git a/core/solver/bicgstab.cpp b/core/solver/bicgstab.cpp index e8d297876a4..3d1b55346af 100644 --- a/core/solver/bicgstab.cpp +++ b/core/solver/bicgstab.cpp @@ -108,7 +108,6 @@ void Bicgstab::apply_impl(const LinOp *b, LinOp *x) const system_matrix_, std::shared_ptr(b, [](const LinOp *) {}), x, r.get()); rr->copy_from(r.get()); - system_matrix_->apply(r.get(), v.get()); int iter = -1; while (true) {