troykaGalop.troykaGalop

  1. void troykaGalop(Series!(IndexIterL, IterL, LN, lkind) lhs, Series!(IndexIterR, IterR, RN, rkind) rhs)
    template troykaGalop(alias lfun, alias cfun, alias rfun)
    pragma(inline, false)
    @optmath
    void
    troykaGalop
    (
    IndexIterL
    IterL
    size_t LN
    SliceKind lkind
    IndexIterR
    IterR
    size_t RN
    SliceKind rkind
    )
    (
    Series!(IndexIterL, IterL, LN, lkind) lhs
    ,
    Series!(IndexIterR, IterR, RN, rkind) rhs
    )
  2. void troykaGalop(LeftRange lhs, RightRange rhs)

Parameters

lhs Series!(IndexIterL, IterL, LN, lkind)

left hand series

rhs Series!(IndexIterR, IterR, RN, rkind)

right hand series

Meta