Re: [eigen] Re: Documentation patch |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/eigen Archives
]
- To: eigen@xxxxxxxxxxxxxxxxxxx
- Subject: Re: [eigen] Re: Documentation patch
- From: Manuel Yguel <manuel.yguel@xxxxxxxxx>
- Date: Wed, 5 Jan 2011 21:34:47 +0100
- 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:content-type; bh=zMSVRGfd9Cbk/76lV7xQsUYur2tmr+SnZMj10pAeCDY=; b=AsSjeeGiixa9iYI97h3sSWKVWHdzDr2xfor2gQGQE0kNspkH6W16NFqG1JpvXpesOp zKKodBF2dz2e9MkisoXIZ+6gDnAPPqi0akMlAkG3d7Yp9RQgh1bkfSP6+OZAnPC1Sl8g aIJBrsw9Alvs/gUDJcC0X1S/ZSyBYuJFw5QZA=
- 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 :content-type; b=APEitfGv1dgoP9wDuLIReQ4t2Qjq8Ikgg33Knpis7lcFtbD+ADbfWcJD0xjv2wPLSc zQZyWZKoPtimrnnNRNtowhs2PPBp6jkHCKIyWZ6NJ5V9rtX3WIwkKl+u/TyAlzfKozQJ c0wOMLdOaT6oRCdIrxBhv2E2LcpkBsDXzC7j8=
I tried to change the fixed size to Dynamic but it does not change the
compilation time significantly.
There is probably something that the compiler does not like in the
polynomialSolver class.
Mmmh, I will comment some portion of the code to see if it changes something.
I will also see if the problem was already there when I committed the
doc the first time (I don't remember that it takes so long before, but
I could have missed that amid the compilation of all the docs).
I will be back when I have more info.
- best regards,
Manuel