Re: [eigen] about JacobiSVD's options |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/eigen Archives
]
- To: eigen@xxxxxxxxxxxxxxxxxxx
- Subject: Re: [eigen] about JacobiSVD's options
- From: Benoit Jacob <jacob.benoit.1@xxxxxxxxx>
- Date: Wed, 16 Sep 2009 07:58: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:message-id:subject:from:to:content-type; bh=q9xQpwk8bj1RlYqFOyIvs5eoLFVMqefaxeqNFQkhuB8=; b=tdXPRKuWG4pivsTchlit8149Dn3yD/X/KkUq85gGDRk3MA/iQF3GvThA+T82HvnYhH Bz+XaR6wu5UpYY2ZlE5SIQLhs+Sc6BC/W7xVkW5RV2dCjUySyow0JCZzj4CEdTVwWpL8 ioW53aqt2kW4toqH5tXQDALnPrvJPk4cK/r/A=
- 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=cbx5YOoyknWdweSNhMy1znOdW6gRL7JlWjAnFUeUSSaqDx/q8jDEIRqhwcHzvNMp5s V2VPIfp9oQJiXqkIhRfdlciKUv/qc1+KQFqoB+GWiBl9i4nHhDdWDNvlYBhSfZ3NaHV0 iVt07zbTaMWpvrteh6smqRgwet99B/8OL1BQ4=
2009/9/16 Benoit Jacob <jacob.benoit.1@xxxxxxxxx>:
> See attached files, if you can make sense of that... i'm puzzled.
> The matrix-vector product symbol itself takes 4 kilobytes, so it's not
> explaining all the difference.
Wow, i just found out about nm --demangle...
=== 23:53:05 ~$ nm --print-size --size-sort --demangle a | grep Eigen
| tee symbols_a | wc -l
118
=== 23:53:27 ~$ nm --print-size --size-sort --demangle a_square | grep
Eigen | tee symbols_a_square | wc -l
38
see new attached files !
Benoit
Attachment:
symbols_a
Description: Binary data
Attachment:
symbols_a_square
Description: Binary data