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
e8515f78ac
eigen
/
doc
/
snippets
/
Array_initializer_list_23_cxx11.cpp
6 lines
60 B
C++
Raw
Normal View
History
Unescape
Escape
Cleanup SFINAE in Array/Matrix(initializer_list) ctors and minor doc editing.
2019-01-23 00:08:47 +08:00
ArrayXXi
a
{
{
1
,
2
,
3
}
,
{
3
,
4
,
5
}
}
;
Make file formatting comply with POSIX and Unix standards UTF-8, LF, no BOM, and newlines at the end of files
2020-03-22 09:30:06 +08:00
cout
<
<
a
<
<
endl
;
Reference in New Issue
Copy Permalink