[eigen] ei_plain_matrix_type_dense/ei_traits question |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/eigen Archives
]
- To: Eigen <eigen@xxxxxxxxxxxxxxxxxxx>
- Subject: [eigen] ei_plain_matrix_type_dense/ei_traits question
- From: Hauke Heibel <hauke.heibel@xxxxxxxxxxxxxx>
- Date: Thu, 21 Jan 2010 09:24:47 +0100
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type; bh=bv5uKDgA0n5IfzpbzMkFuP0W8RWFIFjcWgGK76UdiRo=; b=bzaIDCOKKXam12lBkQTO3Sjp0P9ln5phAAXuhTeIAwbgEL8YvEJ5azHNd/N+D9udIe ph+kIQWfPmNZShyoMSUtuD6KyNwdzMZ/yhQp+dCd7DEmpSSXcmucC5/qcHAUrjcuhzot M6Vcy7aBoEw5UkMpvaj6i2YCBuNUnIbALxhiQ=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=b66Vu4lYF++u2qc8fiztQj5vqtQgydHM3M5/8GsqNR9f2AHa+CBMsUd3R45UcCSn/H kbNUGUiWlU7PGleJCaYUBO80KO/B7oQnXXDnVXb1rPIO9528cxfYQVuwt9B+qsmrldFN OIUpXNTfxFPQN0bvWMAi4ydaMgP5tZrBer4Rc=
Hi,
I am curious why the flags are defined manually and not as all other
properties via ei_traits<T>. Any reason? What happens, if somebody is
explicitly working with DontAlign? Suddenly, the PlainMatrixType has
again the AutoAlign flag set. Isn't that a potential problem?
- Hauke