kmath
common
kmath-core
/
space.kscience.kmath.operations
/
DoubleL2Norm
Double
L2Norm
common
object
DoubleL2Norm
:
Norm
<
Point
<
Double
>
,
Double
>
Content copied to clipboard
Functions
Sources
Functions
norm
Link copied to clipboard
common
open
override
fun
norm
(
arg
:
Point
<
Double
>
)
:
Double
Content copied to clipboard
Computes the norm of
arg
(i.e., absolute value or vector length).
Sources
common source
Link copied to clipboard