Function length

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

The magnitude of a vector.

A synonym for magnitude.

ยงSee also: