sebcrozet
|
0be9a07f8b
|
Use the #[rustfmt::skip] attribute instead of rustfmt_skip.
|
2020-06-07 09:30:21 +02:00 |
sebcrozet
|
d89e3dbac6
|
Rename the matrix slice constructors from `::new_*` to `_from_slice_*`.
|
2018-05-06 23:44:57 +02:00 |
Sébastien Crozet
|
5a4179c287
|
Re-enable most tests.
|
2018-02-03 13:59:05 +01:00 |
Sébastien Crozet
|
94c1ab8e7b
|
Add matrix slice construction from array slices.
|
2018-02-03 13:59:05 +01:00 |
Sébastien Crozet
|
b22eb91a16
|
Add documentation.
|
2017-08-15 19:07:18 +02:00 |
Sébastien Crozet
|
c258d13f98
|
Fix stepping for slices.
The previous implementation was wrong compared to what the documentatino claimed.
|
2017-08-15 19:07:18 +02:00 |
Sébastien Crozet
|
3f70af97dd
|
Add the most common matrix decompositions.
|
2017-08-15 19:07:18 +02:00 |