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