This website works better with JavaScript.
Home
Explore
Help
Sign In
teajay
/
Monte-Carlo-Path-Integrator
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
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.
2
Commits
1
Branch
0
Tags
2.5 MiB
C++
79.8%
Fortran
13%
CMake
3.2%
C
2.3%
Cuda
1.3%
Other
0.2%
Tree:
7be6f99784
master
Branches
Tags
${ item.name }
Create branch
${ searchTerm }
from '7be6f99784'
${ noResults }
Monte-Carlo-Path-Integrator
/
include
/
eigen-3.3.7
/
doc
/
snippets
/
TopicAliasing_mult4.cpp
5 lines
101 B
Raw
Blame
History
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
;