Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages  

nr_jacobi.h

Go to the documentation of this file.
00001 // -*- c++ -*-
00002 
00003 // TODO These functions will be removed in the near future and replaced wtih
00004 // LGPL-compatible functions
00005 
00006 namespace NR_Jacobi {
00007 
00009   int jacobi(cvm::real **a, cvm::real *d, cvm::real **v, int *nrot);
00010 
00012   int eigsrt(cvm::real *d, cvm::real **v);
00013 
00015   int transpose(cvm::real **v);
00016 
00017 }
00018 

Generated on Thu Mar 28 02:43:33 2024 for VMD (current) by doxygen1.2.14 written by Dimitri van Heesch, © 1997-2002