This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
sp
/
tempest
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
81
Commits
2
Branches
0
Tags
187 MiB
Tree:
925a9bd8c0
tempest
/
resources
/
3rdparty
/
eigen
/
doc
/
snippets
/
Matrix_setRandom_int_int.cpp
3 lines
50 B
Raw
Normal View
History
Added Eigen3 library Edited CMakeLists.txt to include Eigen3
13 years ago
MatrixXf
m
;
m
.
setRandom
(
3
,
3
)
;
cout
<
<
m
<
<
endl
;