Rémi Lauzier
|
c35f792b4f
|
Fix some warnings
|
2021-07-27 19:24:55 -04:00 |
Crozet Sébastien
|
8810b85a2f
|
Add a point! macro for construction points
This macro is similar to the `vector!` macro, except that it builds a point instead of a vector.
|
2021-05-24 17:53:59 +02:00 |
Andreas Longva
|
8552fc8385
|
Cargo fmt
|
2021-05-03 13:52:34 +02:00 |
Andreas Longva
|
0bde07f95c
|
Document that feature needs to be enabled, and require macros feature for tests
|
2021-05-03 13:52:34 +02:00 |
Andreas Longva
|
b96c75549d
|
Document macros
|
2021-05-03 13:52:34 +02:00 |
Andreas Longva
|
07d41e457b
|
vector! and dvector! macros
|
2021-05-03 13:52:34 +02:00 |
Andreas Longva
|
5c843022c2
|
Implement dmatrix![] macro
|
2021-05-03 13:52:34 +02:00 |
Andreas Longva
|
9142dc8f84
|
Implement SMatrix::from_array_storage and use it in matriX! impl
This allows us to avoid injecting unsafe code into every macro
invocation, which seems desirable.
|
2021-05-03 13:52:34 +02:00 |
Andreas Longva
|
ec2a5a3909
|
Construct ArrayStorage directly in matrix![]
|
2021-05-03 13:52:34 +02:00 |
Andreas Longva
|
e60136fbb1
|
Update nalgebra-macros to nalgebra 0.26 and const generics
|
2021-05-03 13:52:34 +02:00 |
Andreas Longva
|
1dccdb1f20
|
Exhaustive tests for small dimensions
|
2021-05-03 13:52:34 +02:00 |
Andreas Longva
|
ed833506a9
|
Fix warnings, refactor code
|
2021-05-03 13:52:34 +02:00 |
Andreas Longva
|
ab95cf7020
|
Initial impl using syn and quote
|
2021-05-03 13:52:34 +02:00 |
Andreas Longva
|
e97692255b
|
Initial hacked together prototype without syn
|
2021-05-03 13:52:34 +02:00 |