Mercurial > hg > octave-thorsten
diff src/DLD-FUNCTIONS/colloc.cc @ 3368:a4cd1e9d9962
[project @ 1999-11-20 17:22:48 by jwe]
author | jwe |
---|---|
date | Sat, 20 Nov 1999 17:23:01 +0000 |
parents | 38de16594cb4 |
children | 3e3e14ad5149 |
line wrap: on
line diff
--- a/src/DLD-FUNCTIONS/colloc.cc +++ b/src/DLD-FUNCTIONS/colloc.cc @@ -35,7 +35,13 @@ #include "utils.h" DEFUN_DLD (colloc, args, , - "[R, A, B, Q] = colloc (N [, \"left\"] [, \"right\"]): collocation weights") + "-*- texinfo -*-\n\ +@deftypefn {Loadable Function} {[@var{r}, @var{A}, @var{B}, @var{q}] =} colloc (@var{n}, \"left\", \"right\")\n\ +Compute derivative and integral weight matrices for orthogonal\n\ +collocation using the subroutines given in J. Villadsen and\n\ +M. L. Michelsen, @cite{Solution of Differential Equation Models by\n\ +Polynomial Approximation}.\n\ +@end deftypefn") { octave_value_list retval;