Skip to content
Snippets Groups Projects
  • Carsten Gräser's avatar
    1f6ace51
    Simplify code using Impl::asMatrix() · 1f6ace51
    Carsten Gräser authored
    Replace many `Hybrid::ifElse(IsNumber<...` constructions by
    using `Impl::asMatrix()`. In some cases the (now only) implementation
    of the matrix branch was additionally cleaned up using range-based
    for.
    1f6ace51
    History
    Simplify code using Impl::asMatrix()
    Carsten Gräser authored
    Replace many `Hybrid::ifElse(IsNumber<...` constructions by
    using `Impl::asMatrix()`. In some cases the (now only) implementation
    of the matrix branch was additionally cleaned up using range-based
    for.