NAME

     divide_Matrix - divides one matrix by another

SYNOPSIS

      #include "stdlib.h"
      #include "stdio.h"
      #include "CVIPmatrix.h"
      #include "CVIPcomplex.h"
      #include "MATpwise.h"

     int  divide_Matrix(Matrix  **dP,  const  Matrix  *aP,  const
     Matrix    *bP, const Matrix *cP)

      <dP> - matrix containing the result of the division
      <aP> - pointer to the numerator
      <bP> - pointer to the denominator
      <cP> - pointer to mask used when a zero  is  found  in  the
     denominator

PATH

      $CVIPHOME/MatrixAlgebra/mm.c

DESCRIPTION

     Divides one matrix by another.

TYPES AND CONSTANTS

     None

RETURN VALUES

     None

HISTORY

     History information recorded: None

BUGS

     None at this time

SEE ALSO

     libarithlogic

AUTHOR

     Copyright (C) 1996 SIUE - by Scott Umbaugh and Greg Hance.