[eigen] refactor-solve-api fork |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/eigen Archives
]
- To: eigen <eigen@xxxxxxxxxxxxxxxxxxx>
- Subject: [eigen] refactor-solve-api fork
- From: Benoit Jacob <jacob.benoit.1@xxxxxxxxx>
- Date: Mon, 21 Sep 2009 01:08:40 -0400
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type; bh=JjTtdsgbFwwAHSOC5+X6+NxeXWUrRUq0briw260vhPI=; b=EVUgfiRWQ8jeKSty366zAfJWzPacVFdY/8HhASD5jV1i1cu4Ha/wqr6oC/JJTXQCOT zDT63irhtaNyRQM/NiCKmtNwEqP/FUq0A3BuCTuVKRWZ+uSJKYxcfYxfUHi5Ef2SAifQ /7kjurDW5UvV3/1Ug+T3rWaeDjzQkn/1BKTMc=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=UhjoMWPwSAtcif4vJhK8y1J1DSYfvq4+M+NnzOihlr4M9XLi1NxZi7s3tDMiDOrGfM mrVLaoawtrrwNMbcnsZT6cRcZW1+4CMtWKasNvSLbhJuDJWsTyQ05zI0A4Ol57dY9w44 A/7BcPmttPd+iSURxTP78pBLsQ2qcCsi9s/QI=
Hi,
i just created this fork,
http://bitbucket.org/bjacob/refactor-solve-api/
where i'm implementing the results of the "solve() API debate".
So don't do the same in the main eigen2 repo ;)
My reason for a separate fork is to make the API change atomic, so
that people who rely on the development version only have to adapt
once.
Benoit