Kone
Toggle table of contents
0.0.0-experiment
common
Platform filter
common
Switch theme
Search in API
Kone
kone.computationalGeometry
/
dev.lounres.kone.computationalGeometry.relations
/
vectorHashing
vector
Hashing
@
JvmName
(
name
=
"vectorHashingForColumnVector"
)
fun
<
N
>
vectorHashing
(
columnVectorHashing
:
Hashing
<
ColumnVector
<
N
>
>
)
:
Hashing
<
Vector
<
N
>
>
(
source
)
@
JvmName
(
name
=
"vectorHashingForNumber"
)
fun
<
N
>
vectorHashing
(
numberHashing
:
Hashing
<
N
>
)
:
Hashing
<
Vector
<
N
>
>
(
source
)