Boost logo

Boost :

From: Siemel Naran (SiemelNaran_at_[hidden])
Date: 2001-10-07 02:39:22


Hello. Is there interest in a 2d matrix class? I didn't find one on
boost. Wrote two last year. First is matrix<T> and does not support
row/column swapping (though you can always swap individual
elements). The second is matrix_swap<T>.

I implement both in terms of my own class array<T> which is almost
like std::vector. My array<T> full definition is
template <class T, template <class> class Allocator = allocator>;
and this might cause problems. There are other minor issues.

Thank you.


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk