This website requires JavaScript.
Explore
Help
Sign In
devtools
/
eigen
Watch
1
Star
0
Fork
0
You've already forked eigen
mirror of
https://gitlab.com/libeigen/eigen.git
synced
2026-04-10 11:34:33 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
e9375836556a65b9cc5a55e49acdb823bc111a30
eigen
/
doc
/
snippets
/
MatrixBase_dynBlock.cpp
4 lines
97 B
C++
Raw
Normal View
History
Unescape
Escape
now cmake takes snippets of code, completes them into compilable sources, builds them, executes them and stores their output in files.
2007-12-21 09:30:32 +00:00
Matrix4d
m
=
Matrix4d
:
:
identity
(
)
;
m
.
dynBlock
(
2
,
0
,
2
,
2
)
=
m
.
dynBlock
(
0
,
0
,
2
,
2
)
;
cout
<
<
m
<
<
endl
;
Reference in New Issue
Copy Permalink