[eigen] new src/misc/ directory |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/eigen Archives
]
- To: eigen <eigen@xxxxxxxxxxxxxxxxxxx>
- Subject: [eigen] new src/misc/ directory
- From: Benoit Jacob <jacob.benoit.1@xxxxxxxxx>
- Date: Tue, 10 Nov 2009 14:30:51 -0500
- 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=XDykOAh2tooCC1NayGsRRAN6R5ajDFnWQ0+YQgoEgNs=; b=GVY1P5lDAx2+wlL+p09IYf1rMiMhoXWjSoE/tLmtVLXehC3xrc5HfwSAsxd2od22vF R2i/cfbrggv5OWg/OarFexX3fp1MwjIYpCZ0txcXSTTODl4Tskz5iPrz4LUhtT0qhBi4 dItoftAd/pgeP4O8R4JokDAcSh9phau4A4eEc=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=OL69VkE/B3/bVL7b7/4mIzyrYYdJdJClj50mHm1Az/LlbITk6W+vOPN1CJRz7kIijy d8e24hEn9rLU/y+jXGjuAWnu4vHYtW88xDdw0OC5DQOdNj9VgVzk+iPM5oE9bp83IDPJ 35xRIAxPsqS7PiCixnQU+mhFOMy+WnMtfCdbQ=
Hi,
i want to draw your attention to the new src/misc/ directory. It's not
really a new module, there is no "Misc" public header. It is a dumping
ground for shared internal code that you don't want to put in Core.
Question: how about moving Householder/Jacobi there so that they're
not affected by API stability requirements, thus not blocking 3.0?
Benoit