Function length2

Source
pub fn length2<T, const D: usize>(
    x: &Matrix<T, Const<D>, Const<1>, ArrayStorage<T, D, 1>>,
) -> T
where T: RealNumber,
Expand description

The squared magnitude of x.

A synonym for magnitude2().

ยงSee also: