/*
* Computer Algebra Kit (c) 1993,2000 by Comp.Alg.Objects. All Rights Reserved.
* $Id: cakit.h,v 1.3 2000/10/05 14:59:15 stes Exp $
*/
/*
* This library is free software; you can redistribute it and/or modify it
* under the terms of the GNU Library General Public License as published
* by the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Library General Public License for more details.
*
* You should have received a copy of the GNU Library General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/
#ifndef __cakit__
#define __cakit__
#define __cakit_revision__ "3.0.1"
#include "cobject.h"
#include "cseq.h"
#include "ccltn.h"
#include "cfloat.h"
#include "ccomplex.h"
#include "integer.h"
#include "fraction.h"
#include "intmodp.h"
#include "matrix.h"
#include "vector.h"
#include "term.h"
#include "symbol.h"
#include "monomial.h"
#include "polynom.h"
#endif /* __cakit__ */
syntax highlighted by Code2HTML, v. 0.9.1