00001 /* 00002 * OneMatrix.h 00003 * 00004 * Created on: Oct 13, 2010 00005 * Author: Brenda Javornik (e-mail: brendaj (at) nwra.com) 00006 */ 00007 00008 #ifndef ONEMATRIX_H_ 00009 #define ONEMATRIX_H_ 00010 00011 00012 00013 MATRIX *GetOne(int Nz); 00014 00015 void DestroyOne(); 00016 00017 #endif /* ONEMATRIX_H_ */