pointHashing

@JvmName(name = "pointHashingForColumnVector")
fun <N> pointHashing(columnVectorContext: Hashing<ColumnVector<N>>): Hashing<Point<N>>(source)
@JvmName(name = "pointHashingForNumber")
fun <N> pointHashing(numberContext: Hashing<N>): Hashing<Point<N>>(source)