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
f44f05532decf830fcdb07e2a67a2fa4ccbc3870
eigen
/
doc
/
snippets
/
Matrix_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
MatrixXd
m
{
{
1
,
2
,
3
}
,
{
4
,
5
,
6
}
}
;
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
<
<
m
<
<
endl
;
Reference in New Issue
Copy Permalink