This website requires JavaScript.
Explore
Help
Sign In
M-Labs
/
nalgebra
Watch
3
Star
0
Fork
You've already forked nalgebra
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
main
nalgebra
/
tests
/
macros
/
trybuild
/
stack_empty_col.rs
7 lines
97 B
Rust
Raw
Permalink
Blame
History
use
nalgebra
::
{
matrix
,
stack
}
;
fn
main
(
)
{
let
m
=
matrix!
[
1
,
2
;
3
,
4
]
;
stack!
[
0
,
m
]
;
}
Reference in New Issue
View Git Blame
Copy Permalink