mir-algorithm ~master (2021-09-24T13:11:04Z)
Dub
Repo
troykaGalop.troykaGalop
mir
series
troykaGalop
void
troykaGalop
(Series!(IndexIterL, IterL, LN, lkind) lhs, Series!(IndexIterR, IterR, RN, rkind) rhs)
void
troykaGalop
(LeftRange lhs, RightRange rhs)
template
troykaGalop
(alias lfun, alias cfun, alias rfun)
pragma(
inline
, false)
@
optmath
void
troykaGalop
(
LeftRange
RightRange
)
(
LeftRange
lhs
,
RightRange
rhs
)
if
(
isInputRange
!
LeftRange
&&
isInputRange
!
RightRange
&&
!
isSeries
!
LeftRange
&&
!
isSeries
!
RightRange
)
Parameters
lhs
LeftRange
left hand input range
rhs
RightRange
right hand input range
Meta
Source
See Implementation
mir
series
troykaGalop
functions
troykaGalop