comparison src/DLD-FUNCTIONS/colamd.cc @ 5642:2618a0750ae6

[project @ 2006-03-06 21:26:48 by jwe]
author jwe
date Mon, 06 Mar 2006 21:26:54 +0000
parents 7171d19706df
children 8d7162924bd3
comparison
equal deleted inserted replaced
5641:eb998631a4aa 5642:2618a0750ae6
261 The authors of the code itself are Stefan I. Larimore and Timothy A.\n\ 261 The authors of the code itself are Stefan I. Larimore and Timothy A.\n\
262 Davis (davis@@cise.ufl.edu), University of Florida. The algorithm was\n\ 262 Davis (davis@@cise.ufl.edu), University of Florida. The algorithm was\n\
263 developed in collaboration with John Gilbert, Xerox PARC, and Esmond\n\ 263 developed in collaboration with John Gilbert, Xerox PARC, and Esmond\n\
264 Ng, Oak Ridge National Laboratory. (see\n\ 264 Ng, Oak Ridge National Laboratory. (see\n\
265 @url{http://www.cise.ufl.edu/research/sparse/colamd})\n\ 265 @url{http://www.cise.ufl.edu/research/sparse/colamd})\n\
266 @end deftypefn\n\ 266 @seealso{colperm, symamd}\n\
267 @seealso{colperm, symamd}") 267 @end deftypefn")
268 { 268 {
269 octave_value_list retval; 269 octave_value_list retval;
270 270
271 #ifdef HAVE_COLAMD 271 #ifdef HAVE_COLAMD
272 272
497 The authors of the code itself are Stefan I. Larimore and Timothy A.\n\ 497 The authors of the code itself are Stefan I. Larimore and Timothy A.\n\
498 Davis (davis@@cise.ufl.edu), University of Florida. The algorithm was\n\ 498 Davis (davis@@cise.ufl.edu), University of Florida. The algorithm was\n\
499 developed in collaboration with John Gilbert, Xerox PARC, and Esmond\n\ 499 developed in collaboration with John Gilbert, Xerox PARC, and Esmond\n\
500 Ng, Oak Ridge National Laboratory. (see\n\ 500 Ng, Oak Ridge National Laboratory. (see\n\
501 @url{http://www.cise.ufl.edu/research/sparse/colamd})\n\ 501 @url{http://www.cise.ufl.edu/research/sparse/colamd})\n\
502 @end deftypefn\n\ 502 @seealso{colperm, colamd}\n\
503 @seealso{colperm, colamd}") 503 @end deftypefn")
504 { 504 {
505 octave_value_list retval; 505 octave_value_list retval;
506 506
507 #ifdef HAVE_COLAMD 507 #ifdef HAVE_COLAMD
508 508