[eigen-commits] commit/eigen: ggael: Defer set-to-zero in triangular = product so that no aliasing issue occur in the common: |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/eigen-commits Archives
]
- To: eigen-commits@xxxxxxxxxxxxxxxxxxx
- Subject: [eigen-commits] commit/eigen: ggael: Defer set-to-zero in triangular = product so that no aliasing issue occur in the common:
- From: Bitbucket <commits-noreply@xxxxxxxxxxxxx>
- Date: Tue, 17 Jan 2017 17:03:47 -0000
- Dkim-signature: v=1; a=rsa-sha1; c=relaxed; d=bitbucket.org; h=mime-version:content-type:content-transfer-encoding:subject:from:to; s=s1; bh=0j84pqAf4nxBKBed2U6VkycN1d8=; b=nlBQcUhiF4i5C7H6cxrq3VV RmXy3lyeUSR9gV2I91LE8rXAgL6xd0DP1BT5gHiUs+xT6DWMe5QSO9juR4gruyIj SpP6OrfpFiHYj2dYOyVkOvaXTHs73G40Sk7uPLS2eVhzSZbI3i+ws5Ve2rkaZ1a9 leHXzxqGjEAu0dmBwTTg=
1 new commit in eigen:
https://bitbucket.org/eigen/eigen/commits/df279134beee/
Changeset: df279134beee
User: ggael
Date: 2017-01-17 17:03:35+00:00
Summary: Defer set-to-zero in triangular = product so that no aliasing issue occur in the common:
A.triangularView() = B*A.sefladjointView()*B.adjoint()
case that used to work in 3.2.
Affected #: 3 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.