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