Relative Content

Tag Archive for rustnalgebra

Clamp matrix cells in nalgebra

The following code clamps each cell in a nalgebra square DMatrix. Is there a way to do this in a more “vectorized” fashion, say, using SIMD instructions?