Wenping Guo
|
b42339ec94
|
fix doc string of `lower_triangle` method
|
2019-01-30 15:42:28 +08:00 |
Jack Wrenn
|
57123ed6aa
|
Overloaded Indexing
|
2018-12-29 13:41:56 +01:00 |
Jack Wrenn
|
c36416b9c0
|
Add `ShapeConstraint` for `Extend<Vector<_,_,_>>` implementations.
|
2018-11-18 06:36:04 +01:00 |
Jack Wrenn
|
0ed67d0470
|
Implement `Extend<Vector<_,_,_>>` for `Matrix`.
Extend a `Matrix` with columns drawn from an iterator of `Vector`s.
|
2018-11-18 06:36:04 +01:00 |
Jack Wrenn
|
0f29a3ae0a
|
Simplify documentation examples for `Extend` implementations.
|
2018-11-18 06:36:04 +01:00 |
Jack Wrenn
|
f711c107ca
|
Implements `Extend` for `Matrix<N, Dynamic, U1>`.
Extends a `Vector` with new rows populated from an iterator.
Inspired by https://github.com/rustsim/nalgebra/issues/446#issuecomment-437931790
|
2018-11-18 06:36:04 +01:00 |
Jack Wrenn
|
c3dd709c0a
|
Implements `Extend` for `Matrix<N, Dim, Dynamic>`.
Extends a matrix with new columns populated from an iterator.
|
2018-11-18 06:36:04 +01:00 |
sebcrozet
|
14ad10a7e0
|
Add rustfmt.toml and run it.
|
2018-10-27 15:00:18 +02:00 |
sebcrozet
|
ca093fad29
|
Move core/* to base/* + add conditional compilation to dynamics matrices when no_std is enabled.
|
2018-05-26 22:07:57 +02:00 |