Stable Numerics Subroutine Library
Programming Reference Manual
Version 1.1 DD-00006-011

8.2.6 Normalization

triplex<T> normalized() const; 
triplex<T>& normalize();

These functions normalize the triplex, that is ensure that for a triplex T ∈TR  it is guaranteed that if any of t , t or t is ∅  so are the others.

normalized()


Returns a copy of the current triplex object but in a normalized state.

normalize()


Normalizes the current triplex object and returns a reference to it.