nalgebra/src
Mara Bos 612b60fade Implement Extend<&N> for VecStorage.
Extend<N> was already implemented, but nalgebra vectors/matrices give
iterators that give &N, not N, so implementing Extend<&N> as well makes
it easier to use.

It seems common practice to do so: The standard library's Vec also
implments Extend for both T and &T.
2019-11-29 15:31:52 +01:00
..
base Implement Extend<&N> for VecStorage. 2019-11-29 15:31:52 +01:00
debug Move Copy constraint from the definition of Scalar to all its use-sites. 2019-11-19 18:08:28 -05:00
geometry Add Scalar + Copy bounds to code that's under feature flags. 2019-11-21 16:45:33 -05:00
io Rename Real to RealField. 2019-03-25 11:21:41 +01:00
linalg Move Copy constraint from the definition of Scalar to all its use-sites. 2019-11-19 18:08:28 -05:00
sparse Move Copy constraint from the definition of Scalar to all its use-sites. 2019-11-19 18:08:28 -05:00
lib.rs Bump dependencies. 2019-10-28 13:36:23 +01:00