This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
jiluo
/
DIC
Watch
3
Star
0
Fork
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
DIC源码
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1
Commit
1
Branch
0
Tags
120 MiB
Tree:
df0729aa07
master
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'df0729aa07'
${ noResults }
DIC
/
Eigen3
/
doc
/
snippets
/
TopicAliasing_mult3.cpp
5 lines
86 B
Raw
Normal View
History
first commit
5 months ago
MatrixXf
matA
(
2
,
2
)
;
matA
<
<
2
,
0
,
0
,
2
;
matA
.
noalias
(
)
=
matA
*
matA
;
cout
<
<
matA
;