This website requires JavaScript.
Explore
Help
Sign In
devtools
/
eigen
Watch
1
Star
0
Fork
0
You've already forked eigen
mirror of
https://gitlab.com/libeigen/eigen.git
synced
2026-04-10 11:34:33 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
2a6594de298a3d80e27e1fe6d33d55b68503d30f
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-22 17:08:47 +01: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-21 21:30:06 -04:00
cout
<
<
a
<
<
endl
;
Reference in New Issue
Copy Permalink