home *** CD-ROM | disk | FTP | other *** search
- Xref: sparky sci.math.num-analysis:3956 comp.lang.c++:19847
- Newsgroups: sci.math.num-analysis,comp.lang.c++
- Path: sparky!uunet!news.claremont.edu!ucivax!ucla-cs!maui.cs.ucla.edu!edwin
- From: edwin@maui.cs.ucla.edu (Edwin Tisdale)
- Subject: Re: newmat07: a matrix package in C++
- Message-ID: <1993Jan25.020147.19488@cs.ucla.edu>
- Sender: usenet@cs.ucla.edu (Mr Usenet)
- Nntp-Posting-Host: maui.cs.ucla.edu
- Organization: UCLA, Computer Science Department
- References: <C1CqJB.G7F@comp.vuw.ac.nz>
- Date: Mon, 25 Jan 93 02:01:47 GMT
- Lines: 49
-
- In article <C1CqJB.G7F@comp.vuw.ac.nz>
- robertd@kauri.vuw.ac.nz (Robert Davies) writes:
- >Newmat07
- >
- >I have released a new version of my matrix package in C++.
- >
- [stuff deleted]
- >
- The C++ Matrix class is available via anonymous ftp from `ftp.cs.ucla.edu'.
- Get the compressed tarfile `pub/Matrix.tar.Z'. Uncompress `Matrix.tar.Z'.
- Extract the `Matrix' directory from `Matrix.tar'. Then go to the `Matrix'
- directory and type `make'. Now print and read the paper in `Matrix.dvi'.
-
- In order to demonstrate an application of the \verb"Matrix" class,
- it was used to implement the backward error propagation algorithm
- for multi-layer, feed-forward artificial neural networks.
-
- Enjoy, Bob Tisdale (edwin@cs.ucla.edu)
-
- P.S. I hope the following notes will be helpful.
-
- unix% ftp ftp.cs.ucla.edu
- Name (ftp.cs.ucla.edu:your_login_ID): anonymous
- Password: your_login_ID
- ftp> cd pub
- ftp> binary
- ftp> get Matrix.tar.Z
- ftp> bye
- unix% uncompress Matrix.tar.Z
- unix% tar xvf Matrix.tar
- unix% cd Matrix
- unix% make
- unix% dvips Matrix | lpr
- unix% mv ffnet.new ffnet.old
- unix% cat ffnet.old ffnet.S | (backprop -v > ffnet.new) >>& ffnet.err
- unix% cat ffnet.new ffnet.S | evaluate | graph -m 0 | plot
-
- Note: If you have trouble, verify that the `SYS5' variable
- in the `Matrix/src/genclass' shell script contains
- the path to the System V version of the `m4' macro
- pre-processor.
- The `fig2dev' program is part of the `transfig' package
- available via anonymous ftp from `ftp.cs.cornell.edu'.
- Get `pub/transfig/transfig.tar.Z'.
- The EPIC style file is available via anonymous ftp from
- `ymir.claremont.edu'. Get `tex/inputs/latex-contrib/epic.sty'.
- File `pub/Matrix.sun.tar.Z' includes all the files created by
- `make' on UCLA CSD Sun4 computers. It may be useful to Sun
- computer users or those who just want to print the documentation.
-