Re: [eigen] sdgfdf

[ Thread Index | Date Index | More lists.tuxfamily.org/eigen Archives ]


Hi,

> yes this is something I've thought about, there is no difficulty.
> Actually my initial concern was rather about "int" which could be too
> small if n > 2^32, so I'll make the types of both "index pointers" and
> "coordinate" template parameters. Note that with "unsigned short" for
> the coordinate type, you are limited to 65k x 65k matrices, that is
> not very large.

Can't I have different types for each coordinate index, i.e. short for
columns and int for rows? Don't know, if I'm getting your unsigned short
example right. In my case, only one coordinate index fits into unsigned
short. The other one should be int.

Regards,
Jens



Mail converted by MHonArc 2.6.19+ http://listengine.tuxfamily.org/