This website requires JavaScript.
Explore
Help
Sign In
srenblad
/
nalgebra
Watch
1
Star
0
Fork
0
You've already forked nalgebra
forked from
M-Labs/nalgebra
Code
Pull Requests
Activity
ab95cf7020
nalgebra
/
nalgebra-macros
/
tests
/
tests.rs
8 lines
118 B
Rust
Raw
Normal View
History
Unescape
Escape
Initial hacked together prototype without syn
2021-04-11 14:01:30 +08:00
use
nalgebra_macros
::
matrix
;
#[
test
]
fn
basic_usage
(
)
{
Initial impl using syn and quote
2021-04-11 17:08:41 +08:00
matrix!
[
1
,
3
;
4
,
5
*
3
;
3
,
3
]
;
Initial hacked together prototype without syn
2021-04-11 14:01:30 +08:00
}
Copy Permalink