Re: Is there any Matrix in the STL?

From: Andreas Cardeneo (andreas.cardeneo_at_ifl.uka.de)
Date: 02/05/04


Date: 5 Feb 2004 21:08:04 GMT

DeMarcus wrote:

>
> Hi,
>
> Is there any kind of "std::matrix<>" in the STL that is optimized
> for matrix operations, or do I have to do a
> std::vector< std::vector<someType> > myMatrix;
>
> Best regards
>
> Daniel

You might also want to have a look at the Matrix Template Library at
http://www.osl.iu.edu/research/mtl/intro.php3

hth,
Andreas



Relevant Pages