On Thursday 23 August 2001 15:17, you wrote: > > I'd greatly appreciate pointers on both of the above queries, namely the > description of my matrix and the possible implementation of > eigenvector/eigenvector calls in the programming and/or user interface. > > Many thanks for your time > > Peter >
Peter DX has a module builder interface (start dx with the -builder option) which essentially wraps around the necessary code to produce a DX module - you stick your own code in the middle of the wrapper code. I have used this for adapting several functions from Numerical Recipes, although not an eigenvector routine. There is extensive documentation on this in the DX programmer's reference which you can download from the opendx web site. regards Jerry Hagon Dept of Physics Newcastle University UK ([EMAIL PROTECTED])
