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 11:05:01 -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=QUIYmrkSqPS/AUnC2tdn4s5NOeXJTk1g8iuDfuAR+Pc=; b=XxrPsU3sf8ZWelPY5LeT1ftnd7/3ddUnYYMg+/Mv/sXdC+Pks9APszLWv8AFOLKN6u jUjENTsCPzgHlz3j53JVqdZGKHVVaN/y3yrPlTNgFzWTlDP7HnUD1SPqE780Bs5+71E5 L/ra3jdzlcRTkc9yRTfTYAexBp+xGAQdxZ6Rw=
- 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=wNzGn5HUUoKnhZe/eT4Nb5Zby/JnFkM+eshwYjoj8TUHszMr4tsCbUd86f0x0gVYvZ FEzxqYceuLqgYWpSHCdRLrwNxzpG3W6aW5xoQWYAnERLnvavlFzZ7KTK6BojJdYfn7pj HXe/Sq9veqemlkYvGLphZMjds+jyVY/eCfTZU=
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.
>