Re: [eigen] Feeback to Rev #914777. (pre RC1) |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/eigen Archives
]
- To: eigen@xxxxxxxxxxxxxxxxxxx
- Subject: Re: [eigen] Feeback to Rev #914777. (pre RC1)
- From: Benoit Jacob <jacob.benoit.1@xxxxxxxxx>
- Date: Wed, 21 Jan 2009 21:09:03 +0100
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=ydZuix+g6aLuLch5iBVz/ctHa5DtFTx31B5/Zeo5QSs=; b=SGbSlB8rJAd4RuozL55E+6eX6TknEqIa1ibsWNn6gLne0Md26zfkYAz/X+tWKAAa6w DCvg2lb2M7ROHuzOO9oYW76HB0xsIrKM3C1NhLyQl7yNGMXW0gqqI7p5/KF8Zz7tv6Pz pWMXKjElo5agN3m7ZK1ulTYQMJTHi4eV5lwBc=
- 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:content-transfer-encoding; b=s4twxZpkbGBXEBSGWwSvE7dpAJ9yrcBbcsIWSbLe8WPseemVW2MA9PuWSceIqdFFNI 18xY6BqiuyKN25A1VAEcovgSuCpHM8tooiMXSyLQ3jzVVvRJy6hTN/4N+VNX4PJ1jULg dSwHE1LRw8HGc4E/gHCIRxvz07DIJ8f0cOpps=
2009/1/21 FMDSPAM <fmdspam@xxxxxxxxx>:
> a) there is a flood of warnings (all out of one source)
> b) some warning of this kind:
a) and b) should be fixed now. Thanks for reporting.
> c) finally two error occur:
> Error 223 fatal error C1001: An internal error has occurred in the
> compiler. FILE: c:\develop\eigen\eigen\src\core\cachefriendlyproduct.h
> LINE: 437
> PROJ: test_sparse_solvers AND test_svd AND test_eigensolver AND test_qr AND
> test_inverse AND...
An internal compiler error! Not sure how to deal with it especially as
I don't have MSVC.
The line in question is:
res[j] += ei_pfirst(ptmp0)*lhs0[j] + ei_pfirst(ptmp1)*lhs1[j]
+ ei_pfirst(ptmp2)*lhs2[j] + ei_pfirst(ptmp3)*lhs3[j];
>
> Error 224 error C2248:
> 'Eigen::ei_sparse_cwise_binary_op_inner_iterator_selector<BinaryOp,Lhs,Rhs,Derived>::BinaryOp'
> : cannot access private typedef declared in class
> 'Eigen::ei_sparse_cwise_binary_op_inner_iterator_selector<BinaryOp,Lhs,Rhs,Derived>'
> FILE: c:\develop\eigen\eigen\src\Sparse\SparseCwiseBinaryOp.h
> LINE: 121
> PROJ: test_sparse_basic AND test_sparse_basic
This one I'll let to Gael to find the right fix.
Benoit