Re: [eigen] Sparse tests fail to compile |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/eigen Archives
]
- To: eigen@xxxxxxxxxxxxxxxxxxx
- Subject: Re: [eigen] Sparse tests fail to compile
- From: Benoit Jacob <jacob.benoit.1@xxxxxxxxx>
- Date: Wed, 21 Apr 2010 12:28:03 -0400
- 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:received:message-id:subject:from:to:content-type :content-transfer-encoding; bh=YoDH44jafM6DVW8ws34lQSC7kxqnlsAoH7whVaLFnTI=; b=V5L7xeQ1WgRNh3X4KaVaf6+Qd8eXqmX8oozoIhyzlnlIEqBu7p8/uYPdgm4UD/fLIy CjB4DBkhlVuUA9kSxumAuZL9QRMov0tNicJMzxkvq37yaCHKa/XVskoRX7K1J5/6n5WI TCCeLlYS4nnS73WCkheQrj6Q/TVxQ/9kgXSNI=
- 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=f1nFLIa9OAZJljtA263ZUqoezyH1T3ecfdydOFyJlP+84+N9mzslP6b1R/BmLBq16F fPd1gjlv3Ft8jRiR/q09r2xeh2sxZvQCI+Tcw5s1m2Jjy3luvknfRizM/IDaGmjdvmX0 XGIWsr6S/6LCI1q84Xa1hJ0Z6mBXdQ1ksmkp4=
Fixed.
2010/4/21 Benoit Jacob <jacob.benoit.1@xxxxxxxxx>:
> For me, all tests succeeded right after my merge.
>
> But i can see how the failure you are mentioninghere is a likely
> regression that i introduced yesterday. i'll fix it. thanks for
> letting me know.
>
> benoit
>
> 2010/4/21 Adolfo Rodríguez Tsouroukdissian <dofo79@xxxxxxxxx>:
>> The sparse_* tests fail to compile, and have been doing so for some time
>> (from before the storageorders merge, I believe). It strikes me as odd that
>> no one has mentioned it yet, so maybe it's just me (?). It complains about
>> things like:
>>
>> eigen/Eigen/src/Sparse/SparseCwiseUnaryOp.h:78: error: no type named
>> ‘_MatrixTypeNested’ in ‘struct
>> Eigen::ei_traits<Eigen::CwiseUnaryOp<Eigen::ei_scalar_abs2_op<double>,
>> Eigen::SparseVector<double, 0> > >
>>
>> A complete log of the error messages I get is attached, if you consider it
>> useful. Can someone reproduce this?. Using gcc 4.3.2, non-vectorized code
>> path (compile flags are in attached file).
>>
>> Thanks,
>>
>> Adolfo
>>
>> --
>> Adolfo Rodríguez Tsouroukdissian, Ph. D.
>>
>> Robotics engineer
>> PAL ROBOTICS S.L
>> http://www.pal-robotics.com
>> Tel. +34.93.414.53.47
>> Fax.+34.93.209.11.09
>> AVISO DE CONFIDENCIALIDAD: Este mensaje y sus documentos adjuntos, pueden
>> contener información privilegiada y/o confidencial que está dirigida
>> exclusivamente a su destinatario. Si usted recibe este mensaje y no es el
>> destinatario indicado, o el empleado encargado de su entrega a dicha
>> persona, por favor, notifíquelo inmediatamente y remita el mensaje original
>> a la dirección de correo electrónico indicada. Cualquier copia, uso o
>> distribución no autorizados de esta comunicación queda estrictamente
>> prohibida.
>>
>> CONFIDENTIALITY NOTICE: This e-mail and the accompanying document(s) may
>> contain confidential information which is privileged and intended only for
>> the individual or entity to whom they are addressed. If you are not the
>> intended recipient, you are hereby notified that any disclosure, copying,
>> distribution or use of this e-mail and/or accompanying document(s) is
>> strictly prohibited. If you have received this e-mail in error, please
>> immediately notify the sender at the above e-mail address.
>>
>