DoubleL2Norm

object DoubleL2Norm : Norm<Point<Double>, Double>

Functions

norm
Link copied to clipboard
common
open override fun norm(arg: Point<Double>): Double
Computes the norm of arg (i.e., absolute value or vector length).

Sources

common source
Link copied to clipboard