#include <string>
#include "CollocWt.h"
#include "lo-mappers.h"
#include "defun-dld.h"
#include "error.h"
#include "oct-obj.h"
#include "utils.h"
Go to the source code of this file.
Functions | |
DEFUN_DLD (colloc, args,,"-*- texinfo -*-\n\ @deftypefn {Loadable Function} {[@var{r}, @var{amat}, @var{bmat}, @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") |
DEFUN_DLD | ( | colloc | , | |
args | ||||
) |
Definition at line 37 of file colloc.cc.
References A, B, error(), error_state, CollocWt::first(), left, NINTbig(), print_usage(), CollocWt::quad_weights(), CollocWt::roots(), CollocWt::second(), and xisnan().