]> Creatis software - CreaPhase.git/blob - octave_packages/splines-1.0.7/doc-cache
Add a useful package (from Source forge) for octave
[CreaPhase.git] / octave_packages / splines-1.0.7 / doc-cache
1 # Created by Octave 3.6.1, Fri Mar 30 13:10:46 2012 UTC <root@t61>
2 # name: cache
3 # type: cell
4 # rows: 3
5 # columns: 6
6 # name: <cell-element>
7 # type: sq_string
8 # elements: 1
9 # length: 10
10 catmullrom
11
12
13 # name: <cell-element>
14 # type: sq_string
15 # elements: 1
16 # length: 494
17  -- Function File: PP = catmullrom( X, F, V)
18      Returns the piecewise polynomial form of the Catmull-Rom cubic
19      spline interpolating F at the points X.  If the input V is
20      supplied it will be interpreted as the values of the tangents at
21      the extremals, if it is missing, the values will be computed from
22      the data via one-sided finite difference formulas. See the
23      wikipedia page for "Cubic Hermite spline" for a description of the
24      algorithm.
25
26      See also: ppval
27
28
29
30
31
32 # name: <cell-element>
33 # type: sq_string
34 # elements: 1
35 # length: 80
36 Returns the piecewise polynomial form of the Catmull-Rom cubic spline
37 interpolat
38
39
40
41 # name: <cell-element>
42 # type: sq_string
43 # elements: 1
44 # length: 5
45 csape
46
47
48 # name: <cell-element>
49 # type: sq_string
50 # elements: 1
51 # length: 741
52  -- Function File: PP =  csape (X, Y, COND, VALC)
53      cubic spline interpolation with various end conditions.  creates
54      the pp-form of the cubic spline.
55
56      the following end conditions as given in COND are possible.
57     'complete'
58           match slopes at first and last point as given in VALC
59
60     'not-a-knot'
61           third derivatives are continuous at the second and second
62           last point
63
64     'periodic'
65           match first and second derivative of first and last point
66
67     'second'
68           match second derivative at first and last point as given in
69           VALC
70
71     'variational'
72           set second derivative at first and last point to zero
73           (natural cubic spline)
74
75      See also: ppval, spline
76
77
78
79
80
81 # name: <cell-element>
82 # type: sq_string
83 # elements: 1
84 # length: 55
85 cubic spline interpolation with various end conditions.
86
87
88
89 # name: <cell-element>
90 # type: sq_string
91 # elements: 1
92 # length: 5
93 csapi
94
95
96 # name: <cell-element>
97 # type: sq_string
98 # elements: 1
99 # length: 151
100  -- Function File: PP =  csapi (X, Y)
101  -- Function File: YI =  csapi (X, Y, XI)
102      cubic spline interpolation
103
104      See also: ppval, spline, csape
105
106
107
108
109
110 # name: <cell-element>
111 # type: sq_string
112 # elements: 1
113 # length: 27
114 cubic spline interpolation
115
116
117
118
119 # name: <cell-element>
120 # type: sq_string
121 # elements: 1
122 # length: 5
123 fnder
124
125
126 # name: <cell-element>
127 # type: sq_string
128 # elements: 1
129 # length: 104
130  -- Function File:   fnder (PP, ORDER)
131      differentiate the spline in pp-form
132
133      See also: ppval
134
135
136
137
138
139 # name: <cell-element>
140 # type: sq_string
141 # elements: 1
142 # length: 36
143 differentiate the spline in pp-form
144
145
146
147
148 # name: <cell-element>
149 # type: sq_string
150 # elements: 1
151 # length: 5
152 fnplt
153
154
155 # name: <cell-element>
156 # type: sq_string
157 # elements: 1
158 # length: 96
159  -- Function File:   fnplt (PP, 'PLT')
160      plots spline
161
162      See also: ppval, spline, csape
163
164
165
166
167
168 # name: <cell-element>
169 # type: sq_string
170 # elements: 1
171 # length: 13
172 plots spline
173
174
175
176
177 # name: <cell-element>
178 # type: sq_string
179 # elements: 1
180 # length: 5
181 fnval
182
183
184 # name: <cell-element>
185 # type: sq_string
186 # elements: 1
187 # length: 100
188  r = fnval(pp,x) or r = fnval(x,pp)
189  Compute the value of the piece-wise polynomial pp at points x.
190
191
192
193 # name: <cell-element>
194 # type: sq_string
195 # elements: 1
196 # length: 80
197  r = fnval(pp,x) or r = fnval(x,pp)
198  Compute the value of the piece-wise polynom
199
200
201
202
203