Re: [eigen] Fix for SparseMatrix/SparseVector::sum() |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/eigen Archives
]
- To: eigen@xxxxxxxxxxxxxxxxxxx
- Subject: Re: [eigen] Fix for SparseMatrix/SparseVector::sum()
- From: Benoit Jacob <jacob.benoit.1@xxxxxxxxx>
- Date: Thu, 27 May 2010 13:21:06 -0400
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:content-type; bh=UVqusNdkMH0Wiix9DA5zD3eHHwcU58yMC9k8PUFlMX0=; b=Ndhk+T9y9EPRNJC+0F4y7grvC51yEUBgV6ykvnzi/I/gPGO7IlH68R5jB3Hop4DrEQ dgfLqzHIxQ8TKxCZiWQN4Svya4bYUjTegTUCELLou2QZcYsg34tA0YQpZvvzvdk+Bzfa Oz6ENZfQn6xhCkCKTpE9N6W6ahFVlT9CFsaFo=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=SwidJr2J2KvKqE6VcA24kpCHBjpGuPFZaBsCwdFXD/3emBTGqBbwmqPobif7zhP0hs C2ntQLw9Su64HbiXTbf8llJwzfxOhj38IbpIZwTSEn/5SW2A2zSddQn9rBOK9QGtInyV s8NDojU4FC49NmQ2SsixdnS2ZD5a/RnKQiQFc=
many thanks, pushed!
2010/5/27 Jens Mueller <jens.k.mueller@xxxxxx>:
> Hi,
>
> I fixed a small compiling problem when using
> SparseMatrix/SparseVector::sum(). Patch is attached.
> I wonder that nobody ever stumbled across this. Is nobody computing the
> sum of sparse matrices? I hope I'm not being stupid here.
>
> Jens
>