Re: [eigen] sparse solvers issues 2.0.15 |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/eigen Archives
]
- To: eigen@xxxxxxxxxxxxxxxxxxx
- Subject: Re: [eigen] sparse solvers issues 2.0.15
- From: Gael Guennebaud <gael.guennebaud@xxxxxxxxx>
- Date: Tue, 20 Jul 2010 14:34:06 +0200
- Cc: Daniel Vlasic <drdaniel@xxxxxxx>
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:mime-version:received:in-reply-to :references:from:date:message-id:subject:to:cc:content-type :content-transfer-encoding; bh=xlSfQ22KrMoDIInpTlVDu26/DnCWwjiAflVeDKFdHY4=; b=YBmRrnlOE2SkBqRhWBp8gU1JzCPnA6quoXX4tnd/wbtAYCozfQzz1BHUrCSN5iyvom ZCP+SMYkq5VKxUQa1VFnONG5yMCeyV678jkU3jvgVDByhhcbqCGhiAkYlO+T0D/sDmUT f07ijM48kRSn/KCjeoXH/KN7bCaH5ofJJKx+k=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type:content-transfer-encoding; b=Qasipfna02G//J+jkXqcDc4gqFJsIUIZ8Mr7wTl/yccrMyE7XyDvnqE2UzrqwHV1jh QztAKxbAsTv+4lRo6ecYchUP4JQatBGhCgSn+t91E1tk8JUmAydvcw/OY3t2FM5IOWz6 8AQ13DCTrm5iLTmMqaB2tJR0JHcbmr6xw2Ytk=
ok, thank you, I'll see what I can do with that, in particular how
they apply to Eigen3.
gael
On Tue, Jul 20, 2010 at 7:45 AM, Daniel Vlasic <drdaniel@xxxxxxx> wrote:
> i've fixed a few quirks and warnings regarding SuperLU and TAUCS support.
> TAUCS matrixL() was wrongly defined. TAUCS requires LowerTriangular
> SelfAdjoint ColumnMajor matrices, so i added that assertion. i also removed
> the redefinitions of isnan, finite and isinf before the inclusion of
> "taucs.h" in Sparse. i am attaching the modified files to this email.
>