[eigen-commits] commit/eigen: tellenbach: PR 572: Add initializer list constructors to Matrix and Array (include unit tests and doc) |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/eigen-commits Archives
]
- To: eigen-commits@xxxxxxxxxxxxxxxxxxx
- Subject: [eigen-commits] commit/eigen: tellenbach: PR 572: Add initializer list constructors to Matrix and Array (include unit tests and doc)
- From: Bitbucket <commits-noreply@xxxxxxxxxxxxx>
- Date: Tue, 22 Jan 2019 14:34:21 +0000 (UTC)
- Dkim-signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=bitbucket.org; h=mime-version:content-type:content-transfer-encoding:subject:from:to; s=s1; bh=wIcKmIqg5qPXqAiVkgHhjMKR4jU=; b=nmMj92SL2fqbg9ItU5FiUjP ToJDsgjfheRQn7JO/XRAvwDF8H7XL+fs82AHC+Uut7I8gu5ougAvegOJffS9XH6n G/+Ph/tXnkbzhm0YEmIWDCAZPW2/Ul8copLwCCkcl4x9cGSrd9iluQkwRsSqstqd fpsoYJfj4yMNlFN0x4Ec=
1 new commit in eigen:
https://bitbucket.org/eigen/eigen/commits/575704c17293/
Changeset: 575704c17293
User: tellenbach
Date: 2019-01-21 15:25:57+00:00
Summary: 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
Affected #: 15 files
Repository URL: https://bitbucket.org/eigen/eigen/
--
This is a commit notification from bitbucket.org. You are receiving
this because you have the service enabled, addressing the recipient of
this email.