1 //==============================================================================================
2 //
3 //	This file is part of LiDIA --- a library for computational number theory
4 //
5 //	Copyright (c) 1994--2001 the LiDIA Group.  All rights reserved.
6 //
7 //	See http://www.informatik.tu-darmstadt.de/TI/LiDIA/
8 //
9 //----------------------------------------------------------------------------------------------
10 //
11 //	$Id$
12 //
13 //	Author	: Safuat Hamdy (SH)
14 //	Changes	: See CVS log
15 //
16 //==============================================================================================
17 
18 
19 #define TYPE int
20 
21 #define RING_MATRIX
22 #define SPARSE
23 
24 
25 #include	"LiDIA/instantiate/matrix.cc"
26