Function geo_nd::matrix::sub

source ·
pub fn sub<V: Num, const RC: usize>(
    m: [V; RC],
    other: &[V; RC],
    scale: V
) -> [V; RC]
Expand description

Consume the vector, and return a new vector that is the difference of this and a borrowed other vector scaled