DoubleL2Norm

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

Functions

Link copied to clipboard
open override fun norm(arg: Point<Double>): Double

Computes the norm of arg (i.e., absolute value or vector length).

Sources

Link copied to clipboard