Skip to content
Snippets Groups Projects
Commit db152b9e authored by David Tellenbach's avatar David Tellenbach
Browse files

PR 572: Add initializer list constructors to Matrix and Array (include unit 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
parent 543529da
No related branches found
No related tags found
No related merge requests found
Showing with 622 additions and 3 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment