1998-09-12 01:38:58 +08:00
|
|
|
/*BHEADER**********************************************************************
|
|
|
|
|
* (c) 1998 The Regents of the University of California
|
|
|
|
|
*
|
|
|
|
|
* See the file COPYRIGHT_and_DISCLAIMER for a complete copyright
|
|
|
|
|
* notice, contact person, and disclaimer.
|
|
|
|
|
*
|
|
|
|
|
* $Revision$
|
|
|
|
|
*********************************************************************EHEADER*/
|
|
|
|
|
|
|
|
|
|
#include <stdlib.h>
|
|
|
|
|
#include <stdio.h>
|
|
|
|
|
#include <math.h>
|
|
|
|
|
|
1998-12-18 06:53:20 +08:00
|
|
|
#include "parcsr_matrix_vector.h"
|
1998-09-12 01:38:58 +08:00
|
|
|
|
|
|
|
|
|