aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/initializer_list_construction.cpp
Commit message (Collapse)AuthorAge
* Make file formatting comply with POSIX and Unix standardsGravatar Aaron Franke2020-03-23
| | | | UTF-8, LF, no BOM, and newlines at the end of files
* Remove undefined std::complex<int>Gravatar David Tellenbach2019-03-14
|
* More thoroughly check variadic template ctor of fixed-size vectorsGravatar Gael Guennebaud2019-01-24
|
* PR 572: Add initializer list constructors to Matrix and Array (include unit ↵Gravatar David Tellenbach2019-01-21
tests and doc) - {1,2,3,4,5,...} for fixed-size vectors only - {{1,2,3},{4,5,6}} for the general cases - {{1,2,3,4,5,....}} is allowed for both row and column-vector