Norm

interface Norm<in T : Any, out R>

A container for norm functional on element.

Parameters

T

the type of element having norm defined.

R

the type of norm.

Functions

norm
Link copied to clipboard
common
abstract fun norm(arg: T): R
Computes the norm of arg (i.e., absolute value or vector length).

Inheritors

DoubleBufferOperations
Link copied to clipboard
DoubleL2Norm
Link copied to clipboard
DoubleField
Link copied to clipboard
FloatField
Link copied to clipboard
IntRing
Link copied to clipboard
ShortRing
Link copied to clipboard
ByteRing
Link copied to clipboard
LongRing
Link copied to clipboard

Sources

common source
Link copied to clipboard