Boost logo

Ublas :

From: Simon Perreault (nomis80_at_[hidden])
Date: 2006-07-09 20:53:57


On Sunday July 9 2006 20:44, Haroon Khan wrote:
> Is there a easy and fast way to load a 240 x 320 matrix<short> from a
> buffer of shorts of that size?

Sure. Take a look at the array_adaptor class. Build your matrix from one of
those.