Delila Program: subsymvec

subsymvec program

Documentation for the subsymvec program is below, with links to related programs in the "see also" section.

{version = 1.01; (* of subsymvec.p 2000 Dec 4}

(* begin module describe.subsymvec *)
(*
name
   subsymvec: extract a subset of a symvec file

synopsis
   subsymvec(symvecin: in, subsymvecp: in, symvecout: out, output: out)

files

   symvecin:  a symbolic vector, symvec, eg. from alpro or dalvec.

   symvecout:  a symbolic vector, symvec

   subsymvecp:  parameters to control the program.  The file must contain the
      following parameters, one per line:

      parameterversion: The version number of the program.  This allows the
         user to be warned if an old parameter file is used.

      range:  two integers that define the range of the symvec to use.

   output: messages to the user

description

   Extract a subset of a symvec.

examples

documentation

see also

   sources of symvec files: alpro.p dalvec.p

author

   Thomas Dana Schneider

bugs

technical notes

*)
(* end module describe.subsymvec *)
{This manual page was created by makman 1.45}


{created by htmlink 1.62}