Re: Is there any Matrix in the STL?
From: Andreas Cardeneo (andreas.cardeneo_at_ifl.uka.de)
Date: 02/05/04
- Next message: cybit friendly: "Re: Pattern Search...?"
- Previous message: Victor Bazarov: "Re: Template casting operator"
- In reply to: DeMarcus: "Is there any Matrix in the STL?"
- Next in thread: DeMarcus: "Re: Is there any Matrix in the STL?"
- Reply: DeMarcus: "Re: Is there any Matrix in the STL?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Next message: cybit friendly: "Re: Pattern Search...?"
- Previous message: Victor Bazarov: "Re: Template casting operator"
- In reply to: DeMarcus: "Is there any Matrix in the STL?"
- Next in thread: DeMarcus: "Re: Is there any Matrix in the STL?"
- Reply: DeMarcus: "Re: Is there any Matrix in the STL?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|