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_mult4.cpp
6 lines
102 B
Raw
Normal View
History
first commit
5 months ago
MatrixXf
A
(
2
,
2
)
,
B
(
3
,
2
)
;
B
<
<
2
,
0
,
0
,
3
,
1
,
1
;
A
<
<
2
,
0
,
0
,
-
2
;
A
=
(
B
*
A
)
.
cwiseAbs
(
)
;
cout
<
<
A
;