NAME

     linxform - linear transform on a set of band vectors

SYNOPSIS

      #include "CVIPtoolkit.h"
      #include "CVIPdef.h"
      #include "CVIPcolor.h"

      void  linxform(float  **cvecP,  unsigned  int   no_of_vecs,
     unsigned int vdim, double **transmatrix)

      <cvecP> - pointer to an array of band vectors
      <no_of_vecs> - number of vectors
      <vdim> - dimension of each vector (number of pixels)
      <transmatrix> - transformation matrix

PATH

     $CVIPHOME/COLOR/cxform.c

DESCRIPTION

     Description: linearly  transforms  a  set  of  band  vectors
     <cvecP>  through  a transformation matrix <transmatrix>. The
     transformation  matrix  must  be   have   a   dimension   of
     <no_of_vecs> by <no_of_vecs>.

TYPES AND CONSTANTS

     NONE

RETURN VALUES

     NONE

HISTORY

     History information recorded: None

BUGS

     NONE

SEE ALSO

     libcolor, colorxform