reflect

Function reflect 

Source
pub fn reflect<A>(w: &ArrayRef<A, Ix1>, a: &mut ArrayRef<A, Ix1>)
where A: Scalar + Lapack,
Expand description

Take a reflection P = I - 2ww^T

ยงPanic

  • if the size of w and a mismaches