Re: [eigen] On a flexible API for submatrices, slicing, indexing, masking, etc. |
[ Thread Index | Date Index | More lists.tuxfamily.org/eigen Archives ]
Still I'd say that changing the case to avoid a name collision is against most sane coding conventions, especially when the particular coding convention uses case to differentiate between the type of the name.To tell you the truth, I don't feel comfortable in introducing a "Size" function.... it's just that the respective size/length/count/etc. property should be accessible through a 'size' function for consistency, and thus it feels odd not to call the respective argument 'size/Size'. I would thus rather try to make the option (A) below works out...
So at this stage of the discutions, if we could find a good name for a generic Zzzz<N>, then I would lean for option (A).Just to throw around some:Static<V>,CompileTime<V>this makes me thought about a simple:Fixed<V>
Mail converted by MHonArc 2.6.19+ | http://listengine.tuxfamily.org/ |