Skip to content
Snippets Groups Projects

[preconditioner] fix ILDL for SIMD types

Merged Christian Engwer requested to merge feature/fix-weight-in-ILDL-preconditioner into master
  1. Nov 03, 2017
    • Christian Engwer's avatar
      [preconditioner] fix ILDL for SIMD types · 340415be
      Christian Engwer authored
      the weight is a scalar, but the current code defines it a field_type,
      which might be a SIMD type or something else, which does not behave as
      a scalar. We fix this by using the SimdScalar traits to extract the
      scalar type and use this.
      340415be
Loading