Is there any Matrix in the STL?
From: DeMarcus (nobody_at_tellus.orb)
Date: 02/05/04
- Next message: Risto Lankinen: "Re: Use of copy constructor in pass by value"
- Previous message: Alexander Stippler: "redirecting stdout to ostream"
- Next in thread: Martijn Lievaart: "Re: Is there any Matrix in the STL?"
- Reply: Martijn Lievaart: "Re: Is there any Matrix in the STL?"
- Reply: Hendrik Belitz: "Re: Is there any Matrix in the STL?"
- Reply: Andreas Cardeneo: "Re: Is there any Matrix in the STL?"
- Reply: E. Robert Tisdale: "Re: Is there any Matrix in the STL?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Thu, 05 Feb 2004 14:06:23 +0100
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
- Next message: Risto Lankinen: "Re: Use of copy constructor in pass by value"
- Previous message: Alexander Stippler: "redirecting stdout to ostream"
- Next in thread: Martijn Lievaart: "Re: Is there any Matrix in the STL?"
- Reply: Martijn Lievaart: "Re: Is there any Matrix in the STL?"
- Reply: Hendrik Belitz: "Re: Is there any Matrix in the STL?"
- Reply: Andreas Cardeneo: "Re: Is there any Matrix in the STL?"
- Reply: E. Robert Tisdale: "Re: Is there any Matrix in the STL?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]