comparison libinterp/corefcn/__lin_interpn__.cc @ 21751:b571fc85953f

maint: Use two spaces after period to indicate sentence break.
author Rik <rik@octave.org>
date Thu, 19 May 2016 18:48:52 -0700
parents aba2e6293dd8
children 112b20240c87
comparison
equal deleted inserted replaced
21750:6720e5a220ba 21751:b571fc85953f
248 return retval; 248 return retval;
249 } 249 }
250 250
251 // Perform @var{n}-dimensional interpolation. Each element of then 251 // Perform @var{n}-dimensional interpolation. Each element of then
252 // @var{n}-dimensional array @var{v} represents a value at a location 252 // @var{n}-dimensional array @var{v} represents a value at a location
253 // given by the parameters @var{x1}, @var{x2},...,@var{xn}. The parameters 253 // given by the parameters @var{x1}, @var{x2},...,@var{xn}. The parameters
254 // @var{x1}, @var{x2}, @dots{}, @var{xn} are either @var{n}-dimensional 254 // @var{x1}, @var{x2}, @dots{}, @var{xn} are either @var{n}-dimensional
255 // arrays of the same size as the array @var{v} in the \"ndgrid\" format 255 // arrays of the same size as the array @var{v} in the \"ndgrid\" format
256 // or vectors. The parameters @var{y1}, @var{y2}, @dots{}, @var{yn} are 256 // or vectors. The parameters @var{y1}, @var{y2}, @dots{}, @var{yn} are
257 // all @var{n}-dimensional arrays of the same size and represent the 257 // all @var{n}-dimensional arrays of the same size and represent the
258 // points at which the array @var{vi} is interpolated. 258 // points at which the array @var{vi} is interpolated.