comparison src/DLD-FUNCTIONS/svd.cc @ 10711:fbd7843974fa

Periodic grammar check of documentation files to ensure common format.
author Rik <octave@nomad.inbox5.com>
date Wed, 16 Jun 2010 20:36:55 -0700
parents a8ce6bdecce5
children 89f4d7e294cc
comparison
equal deleted inserted replaced
10710:4669da47fe0d 10711:fbd7843974fa
405 */ 405 */
406 406
407 DEFUN_DLD (svd_driver, args, nargout, 407 DEFUN_DLD (svd_driver, args, nargout,
408 "-*- texinfo -*-\n\ 408 "-*- texinfo -*-\n\
409 @deftypefn {Loadable Function} {@var{old} =} svd_driver (@var{new})\n\ 409 @deftypefn {Loadable Function} {@var{old} =} svd_driver (@var{new})\n\
410 Sets or queries the underlying LAPACK driver used by svd.\n\ 410 Sets or queries the underlying @sc{lapack} driver used by svd.\n\
411 Currently recognized are \"gesvd\" and \"gesdd\". Default is \"gesvd\".\n\ 411 Currently recognized are \"gesvd\" and \"gesdd\". Default is \"gesvd\".\n\
412 @seealso{svd}\n\ 412 @seealso{svd}\n\
413 @end deftypefn") 413 @end deftypefn")
414 { 414 {
415 static const char *driver_names[] = { "gesvd", "gesdd", 0 }; 415 static const char *driver_names[] = { "gesvd", "gesdd", 0 };
416 416