kmath
common
kmath-histograms
/
space.kscience.kmath.histogram
/
fill
fill
common
fun
<
T
:
Any
>
HistogramBuilder
<
T
,
*
>
.
fill
(
sequence
:
Iterable
<
Point
<
T
>
>
)
Content copied to clipboard
@
UnstableKMathAPI
fun
Histogram1DBuilder
<
Double
,
*
>
.
fill
(
items
:
Iterable
<
Double
>
)
Content copied to clipboard
@
UnstableKMathAPI
fun
Histogram1DBuilder
<
Double
,
*
>
.
fill
(
array
:
DoubleArray
)
Content copied to clipboard
@
UnstableKMathAPI
fun
<
T
:
Any
>
Histogram1DBuilder
<
T
,
*
>
.
fill
(
buffer
:
Buffer
<
T
>
)
Content copied to clipboard
fun
<
T
:
Any
>
HistogramBuilder
<
T
,
*
>
.
fill
(
block
:
suspend
SequenceScope
<
Point
<
T
>
>
.
(
)
->
Unit
)
Content copied to clipboard
Pass a sequence builder into histogram