Re: [eigen] const Static Vector/Matrix howto |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/eigen Archives
]
Mm.. no, those are bigger matrices (typically 25x20 or so)...
Thomas
--
Thomas Capricelli <orzel@xxxxxxxxxxxxxxx>
http://www.freehackers.org/thomas
In data giovedì 04 febbraio 2010 23:32:51, Benoit Jacob ha scritto:
> If it makes your life easier to allow the Matrix contructor taking
> x,y,z,w for 2x2 matrices, then I'm OK with that and that is a very
> simple change in Matrix.h : remember that matrix.coeffRef(int index)
> is allowed for all matrices, not just vectors.