[ Thread Index |
Date Index
| More lists.tuxfamily.org/eigen Archives
]
- To: eigen <eigen@xxxxxxxxxxxxxxxxxxx>
- Subject: [eigen] removing Minor
- From: Benoit Jacob <jacob.benoit.1@xxxxxxxxx>
- Date: Thu, 22 Apr 2010 14:37:43 -0400
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:received:message-id :subject:from:to:content-type; bh=eDxhBwrVo6rm0/30hKyFzHTYypnDRru+KYrOV0dQSCc=; b=UCypBRm57Azrdl0aH63G1dJf5h8LLmvm/KGNVRYCXXfxIrTmBx/OfQ7VXPXNgn0gnm GYiB6nWEmhvcMszGX+alrIxd1Wh2IFPQaLggD9NJjtBeO01uc5yn5fUgq98RPBqiwLub GBRyPLG3N1CBLd+hHr1izjbfOl0MKsM1VBRkA=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=bEKI9yUFihtqpAUi76fkhX2FTtgmjKXJEhAmz8hZky68CLPJw1wp7pN1ziHXfAIeyv USbwNW6lbF0SOPJbUcyak/CxrEqjm3eTs7A3xogQ0fM+bV90PU5fRC6dbAxW3n4hH3IC r/jjmLzmMoEr4gfyLdp6oLZdHaVctACoV3WnU=
Hi,
I'm going to remove Minor very soon, unless someone screams really loud now.
Rationale:
- it's almost never used
- at the only place it's used in Eigen, in cofactors inverse
computations, it seems to not help compilers generate good code
- unless everything is known at compile time, each coeff access
requires runtime branching, so it's slow
Benoit