 |
C++Talk.NET C++ language newsgroups
|
| View previous topic :: View next topic |
| Author |
Message |
KK Guest
|
Posted: Sat Nov 20, 2004 6:18 pm Post subject: why not a STL matrix class in the standards? |
|
|
Greetings,
My work mostly deals with matrices and am curious if C++ committee
is planning on introducing a STL matrix class? I beleive there is a
large community of engineers who would be need of such a class.
Thank you,
-KK
[ See http://www.gotw.ca/resources/clcm.htm for info about ]
[ comp.lang.c++.moderated. First time posters: Do this! ]
|
|
| Back to top |
|
 |
Malte Clasen Guest
|
Posted: Sun Nov 21, 2004 4:58 am Post subject: Re: why not a STL matrix class in the standards? |
|
|
KK wrote:
| Quote: | My work mostly deals with matrices and am curious if C++ committee
is planning on introducing a STL matrix class? I beleive there is a
large community of engineers who would be need of such a class.
|
The valarray/slices combination can be used for matrix computations, so
this is already covered by the current C++ standard. But I'd recommend
the Boost ublas library since a matrix class on its own is pretty
useless. ([url]http://www.boost.org/libs/numeric/ublas/doc/index.htm)[/url].
Malte
[ See http://www.gotw.ca/resources/clcm.htm for info about ]
[ comp.lang.c++.moderated. First time posters: Do this! ]
|
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|