# Created by Octave 3.2.4, Tue Nov 23 12:52:00 2010 EST <mockbuild@jetta.math.Princeton.EDU.private>
# name: cache
# type: cell
# rows: 3
# columns: 5
# name: <cell-element>
# type: string
# elements: 1
# length: 9
adresamp2
# name: <cell-element>
# type: string
# elements: 1
# length: 342
 -- Function File: [XS, YS] = adresamp2 (X, Y, N, EPS)
     Perform an adaptive resampling of a planar curve.  The arrays X
     and Y specify x and y coordinates of the points of the curve.  On
     return, the same curve is approximated by XS, YS that have length N
     and the angles between successive segments are approximately equal.


# name: <cell-element>
# type: string
# elements: 1
# length: 49
Perform an adaptive resampling of a planar curve.

# name: <cell-element>
# type: string
# elements: 1
# length: 10
parcellfun
# name: <cell-element>
# type: string
# elements: 1
# length: 1480
 -- Function File: [ O1, O2, ...] = parcellfun (NPROC, FUN, A1, A2, ...)
 -- Function File: parcellfun (nproc, fun, ..., "UniformOutput", VAL)
 -- Function File: parcellfun (nproc, fun, ..., "ErrorHandler", ERRFUNC)
     Evaluates a function for multiple argument sets using multiple
     processes.  NPROC should specify the number of processes. A
     maximum recommended value is equal to number of CPUs on your
     machine or one less.  FUN is a function handle pointing to the
     requested evaluating function.  A1, A2 etc. should be cell arrays
     of equal size.  O1, O2 etc. will be set to corresponding output
     arguments.

     The UniformOutput and ErrorHandler options are supported with
     meaning identical to "cellfun".

     NOTE: this function is implemented using "fork" and a number of
     pipes for IPC.  Suitable for systems with an efficient "fork"
     implementation (such as GNU/Linux), on other systems (Windows) it
     should be used with caution.  Also, if you use a multithreaded
     BLAS, it may be wise to turn off multi-threading when using this
     function.

     CAUTION: This function should be regarded as experimental.
     Although all subprocesses should be cleared in theory, there is
     always a danger of a subprocess hanging up, especially if
     unhandled errors occur. Under GNU and compatible systems, the
     following shell command may be used to display orphaned Octave
     processes: ps -ppid 1 | grep octave



# name: <cell-element>
# type: string
# elements: 1
# length: 73
Evaluates a function for multiple argument sets using multiple
processes.

# name: <cell-element>
# type: string
# elements: 1
# length: 8
safeprod
# name: <cell-element>
# type: string
# elements: 1
# length: 395
 -- Function File: P = safeprod (X, DIM)
 -- Function File: [P, E] = safeprod (X, DIM)
     This function forms product(s) of elements of the array X along
     the dimension specified by DIM, analogically to `prod', but avoids
     overflows and underflows if possible. If called with 2 output
     arguments, P and E are computed so that the product is `P * 2^E'.

     See also: prod, log2



# name: <cell-element>
# type: string
# elements: 1
# length: 80
This function forms product(s) of elements of the array X along the
dimension sp

# name: <cell-element>
# type: string
# elements: 1
# length: 9
unresamp2
# name: <cell-element>
# type: string
# elements: 1
# length: 341
 -- Function File: [XS, YS] = unresamp2 (X, Y, N)
     Perform a uniform resampling of a planar curve.  The arrays X and
     Y specify x and y coordinates of the points of the curve.  On
     return, the same curve is approximated by XS, YS that have length N
     and the distances between successive points are approximately
     equal.


# name: <cell-element>
# type: string
# elements: 1
# length: 47
Perform a uniform resampling of a planar curve.

# name: <cell-element>
# type: string
# elements: 1
# length: 6
unvech
# name: <cell-element>
# type: string
# elements: 1
# length: 163
 -- Function File:  unvech (V)
     Performs the reverse of "vech". Generates a symmetric matrix from
     the lower triangular elements, received as a vector V.


# name: <cell-element>
# type: string
# elements: 1
# length: 31
Performs the reverse of "vech".

