This website requires JavaScript.
Explore
Help
Register
Sign In
CFD
/
eigen
Watch
1
Star
0
Fork
0
You've already forked eigen
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
95dc68dc86
eigen
/
doc
/
snippets
/
MatrixBase_setIdentity.cpp
4 lines
88 B
C++
Raw
Normal View
History
Unescape
Escape
-add set...() methods and their documentation; remove Generic -use row-major traversal when the number of columns is fixed and the number of rows is dynamic -other minor changes
2008-01-11 23:08:04 +08:00
Matrix4i
m
=
Matrix4i
:
:
zero
(
)
;
renaming: Block -> FixedBlock DynBlock -> Block indeed, previous commit solves the main issue with DynBlock so is should now be the more commonly used one.
2008-01-14 04:19:14 +08:00
m
.
fixedBlock
<
3
,
3
>
(
1
,
0
)
.
setIdentity
(
)
;
-add set...() methods and their documentation; remove Generic -use row-major traversal when the number of columns is fixed and the number of rows is dynamic -other minor changes
2008-01-11 23:08:04 +08:00
cout
<
<
m
<
<
endl
;
Reference in New Issue
Copy Permalink