Re: [eigen] Aliasing and matrix multiplication |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/eigen Archives
]
- To: eigen@xxxxxxxxxxxxxxxxxxx
- Subject: Re: [eigen] Aliasing and matrix multiplication
- From: Gael Guennebaud <gael.guennebaud@xxxxxxxxx>
- Date: Wed, 15 Feb 2012 09:10:04 +0100
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; bh=3IcDjtW7xVX9TckJ8fqw5esqvVuysJPuwpo+3SxavxE=; b=EeuOJo1Bp/G2ezvulTNXvPAvPvNwC6FddjQkoHxN7EOU0GjUq6+TkXlx+7lTE4WLKO AA23s+lb+hlrtQ3nF/C/Rc5HDPdYHy+PE9EHCYBLYih57kfho1JWdkLDb5bbFECIpygy ifzR/WK9MnPWNUoEXFkWfY11AC7YDugqvKjN0=
Hello,
yes that's also true for sparse matrices.
gael
On Tue, Feb 14, 2012 at 8:42 PM, Not Sure <kuerzn@xxxxxxxxxxxxxx> wrote:
> Hi!
> http://eigen.tuxfamily.org/dox-devel/TopicAliasing.html states:
>
> "Matrix multiplication is the only operation in Eigen that assumes
> aliasing by default."
>
> Is this also true for sparse matries? Is this information documented
> somewhere?
>
> Jo
>
>