[eigen-commits] commit/eigen: 2 new changesets |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/eigen-commits Archives
]
- To: eigen-commits@xxxxxxxxxxxxxxxxxxx
- Subject: [eigen-commits] commit/eigen: 2 new changesets
- From: Bitbucket <commits-noreply@xxxxxxxxxxxxx>
- Date: Mon, 18 Feb 2019 13:46:12 +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=+ngjqFHYaFAPttiCpNbJuhsupaE=; b=tlQDWN0Rt0JEoWKvqib/FdN 0M4R2peK15tl2Fo9H57ThQSqGMjVN4xA9m/+/CPHM+Cn9WjTtf1uxEfy89QX21XC eFMD4SN9olX6rtVJuYTjwZPPL8QPnyUnP7T2KTC7EWWCm/0jLjicllXoO1GzTo7y Up+FVRE1LqGwZBT6kyGE=
2 new commits in eigen:
https://bitbucket.org/eigen/eigen/commits/2d1ba0e3fd4f/
Changeset: 2d1ba0e3fd4f
User: ggael
Date: 2019-02-18 13:43:07+00:00
Summary: Set cost of conjugate to 0 (in practice it boils down to a no-op).
This is also important to make sure that A.conjugate() * B.conjugate() does not evaluate
its arguments into temporaries (e.g., if A and B are fixed and small, or * fall back to lazyProduct)
Affected #: 2 files
https://bitbucket.org/eigen/eigen/commits/20ddf2b290ef/
Changeset: 20ddf2b290ef
User: ggael
Date: 2019-02-18 13:45:55+00:00
Summary: Fix regression: .conjugate() was popped out but not re-introduced.
Affected #: 2 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.