home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.std.c++
- Path: sparky!uunet!zaphod.mps.ohio-state.edu!wupost!cs.uiuc.edu!sparc0b!pjl
- From: pjl@cs.uiuc.edu (Paul Lucas)
- Subject: Re: Recursive templates
- Message-ID: <BxzGy4.J5L@cs.uiuc.edu>
- Sender: news@cs.uiuc.edu
- Organization: University of Illinois at Urbana-Champaign
- References: <Bxu3J4.F93@news.cso.uiuc.edu> <5225@holden.lulea.trab.se><BxvtxB.CqA@cs.uiuc.edu> <ALANB.92Nov18175213@catalina.sdl.mdcbbs.com>
- Date: Thu, 19 Nov 1992 21:56:27 GMT
- Lines: 18
-
- In <ALANB.92Nov18175213@catalina.sdl.mdcbbs.com> alanb@sdl.mdcbbs.com (Alan Braggins) writes:
-
- >>>>>> On Tue, 17 Nov 1992 22:46:23 GMT, pjl@cs.uiuc.edu (Paul Lucas) said:
-
- >>>N-dimension matrixes should be possible to base on N-1-dimension matrixes,
- >>>with 1-dimensional matrixes (arrays) as the recursion-stopper.
-
- >> *****> What's a 5x3 matrix based on? 4x2, 3x1, 2x(oops!).
-
- >Dimension. Not size. NxNxN is based on NxN is based on N was
- >specified as the recursion-stopper.
-
- A misread on my part. I'm still not convinced that recursive
- templates are anything but a curiosity.
- --
- - Paul J. Lucas University of Illinois
- AT&T Bell Laboratories at Urbana-Champaign
- Naperville, IL pjl@cs.uiuc.edu
-