mir-algorithm ~master (2021-09-24T13:11:04Z)
Dub
Repo
prodType
mir
math
numeric
Undocumented in source.
package
template
prodType (
T
) {
import
mir
.
math
.
sum
:
elementType
;
;
alias
U
=
elementType
!
T
;
import
mir
.
math
.
stat
:
statType
;
;
alias
V
=
typeof
(
U
.
init
*
U
.
init
)
;
alias
prodType
=
statType
!(
V
,
false
)
;
}
Members
Aliases
U
alias
U
=
elementType
!
T
Undocumented in source.
V
alias
V
=
typeof
(
U
.
init
*
U
.
init
)
Undocumented in source.
prodType
alias
prodType
=
statType
!(
V
,
false
)
Undocumented in source.
Meta
Source
See Implementation
mir
math
numeric
functions
prod
sumOfLog2s
structs
ProdAccumulator
templates
prodType