aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/TutorialMatrixClass.dox
Commit message (Collapse)AuthorAge
* PR 574: use variadic template instead of initializer_list to implement ↵Gravatar David Tellenbach2019-01-23
| | | | fixed-size vector ctor from coefficients.
* Cleanup SFINAE in Array/Matrix(initializer_list) ctors and minor doc editing.Gravatar Gael Guennebaud2019-01-22
|
* 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
* Avoid phrase "static allocation" for local storage on stack (bug #615).Gravatar Jitse Niesen2013-06-18
|
* Rename the dox files: the number prefixes are not needed anymoreGravatar Gael Guennebaud2013-01-06