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 #include	"LiDIA/bigfloat.h"
20 
21 
22 #define TYPE bigfloat
23 
24 #define BASE_MATRIX
25 #define SUBCLASSES
26 
27 
28 #include	"LiDIA/instantiate/matrix.cc"
29