dstats v1.0.4 (2018-01-22T19:49:16Z)
Home
Dub
Repo
FlattenTypeImpl
dstats
infotheory
Undocumented in source.
template
FlattenTypeImpl (
T
...
) {
alias
ret
=
TypeTuple
!()
;
static if
(!(
T.length == 0
))
T
[
0
]
j
;
alias
ret
=
TypeTuple
!(
typeof
(
j
.
_jointRanges
),
FlattenType
!(
T
[
1
..$]))
;
alias
ret
=
TypeTuple
!(
T
[
0
],
FlattenType
!(
T
[
1
..$]))
;
}
Members
Aliases
ret
alias
ret
=
TypeTuple
!()
Undocumented in source.
ret
alias
ret
=
TypeTuple
!(
T
[
0
],
FlattenType
!(
T
[
1
..$]))
Undocumented in source.
ret
alias
ret
=
TypeTuple
!(
typeof
(
j
.
_jointRanges
),
FlattenType
!(
T
[
1
..$]))
Undocumented in source.
Variables
j
T
[
0
]
j
;
Undocumented in source.
Meta
Source
See Implementation
dstats
infotheory
functions
condEntropy
condMutualInfo
entropy
entropyCounts
entropySorted
flatten
joint
jointImpl
mutualInfo
mutualInfoTable
structs
DenseInfoTheory
Joint
ObsEnt
templates
ElementsTuple
FlattenType
FlattenTypeImpl