[][src]Module norman::desc

A collection of norm descriptors.

A norm descriptor specifies a norm. The most important ones are the Abs-norm for primitive floating point types and complex numbers, Sup for the supremum norm, and PNorm which represents a mathematical p-norm.

Structs

Abs

A norm that is defined by an absolute value function on a field.

PNorm

A norm descriptor that represents an integral-valued p-norm.

PNormReal

A descriptor that represents a real-valued p-norm.

Sup

A norm descriptor that represents the supremum norm.