nalgebra/src
Aaron Hill 46904d710b
Fix some out-of-bounds `offset` calls
After we yield the final element from the iterator, we don't offset
`ptr` agian, to avoid having it go out-of-bounds.

However, `inner_end` may be several elements out-of-bounds, depending on
the value of `size`. Therefore, we use `wrapping_offset` to avoid
undefined behavior.
2019-11-21 17:23:49 -05:00
..
base Fix some out-of-bounds `offset` calls 2019-11-21 17:23:49 -05:00
debug Rename Complex to ComplexField. 2019-03-25 11:19:36 +01:00
geometry Corrected typo. 2019-10-01 10:27:59 +02:00
io Rename Real to RealField. 2019-03-25 11:21:41 +01:00
linalg Cholupdate (#673) 2019-11-17 15:17:25 +01:00
sparse Fix warnings. 2019-03-31 13:32:26 +02:00
lib.rs Bump dependencies. 2019-10-28 13:36:23 +01:00