Mercurial > hg > octave-nkf
comparison src/colloc.cc @ 1740:fe9d3b2ded26
[project @ 1996-01-12 11:03:26 by jwe]
author | jwe |
---|---|
date | Fri, 12 Jan 1996 11:04:49 +0000 |
parents | 42b4f904f1af |
children | 3a9462b655f1 |
comparison
equal
deleted
inserted
replaced
1739:bbfca89cb1cd | 1740:fe9d3b2ded26 |
---|---|
30 #include "CollocWt.h" | 30 #include "CollocWt.h" |
31 | 31 |
32 #include "defun-dld.h" | 32 #include "defun-dld.h" |
33 #include "error.h" | 33 #include "error.h" |
34 #include "help.h" | 34 #include "help.h" |
35 #include "tree-const.h" | 35 #include "mappers.h" |
36 #include "oct-obj.h" | |
36 #include "utils.h" | 37 #include "utils.h" |
37 | 38 |
38 DEFUN_DLD_BUILTIN ("colloc", Fcolloc, Scolloc, FScolloc, 10, | 39 DEFUN_DLD_BUILTIN ("colloc", Fcolloc, Scolloc, FScolloc, 10, |
39 "[R, A, B, Q] = colloc (N [, \"left\"] [, \"right\"]): collocation weights") | 40 "[R, A, B, Q] = colloc (N [, \"left\"] [, \"right\"]): collocation weights") |
40 { | 41 { |