The Open
D
Programming Language
Learn
Language
Library
Contribute
Blog
troykaGalop.troykaGalop
mir
series
troykaGalop
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)
@
fmamath
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
)
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
Source
See Implementation
mir
series
troykaGalop
functions
troykaGalop