X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=blobdiff_plain;f=check%2Fcheck_matrices.cpp;h=1df9d01aa5cdce22b4d2f48bd551dfd462bf447f;hp=1b310d4f5a1d1f571eb8113b42a0ee1d3e6b146b;hb=05aa307b632d8dabdf5aff96d1a0f57d94836a69;hpb=c3c748381bda4f81b68e50db2eed440c19f24b85 diff --git a/check/check_matrices.cpp b/check/check_matrices.cpp index 1b310d4f..1df9d01a 100644 --- a/check/check_matrices.cpp +++ b/check/check_matrices.cpp @@ -5,7 +5,7 @@ * manipulations. */ /* - * GiNaC Copyright (C) 1999-2007 Johannes Gutenberg University Mainz, Germany + * GiNaC Copyright (C) 1999-2009 Johannes Gutenberg University Mainz, Germany * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -22,12 +22,13 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ -#include -#include // rand(), RAND_MAX #include "ginac.h" -using namespace std; using namespace GiNaC; +#include // for rand(), RAND_MAX +#include +using namespace std; + extern const ex sparse_tree(const symbol & x, const symbol & y, const symbol & z, int level, bool trig = false, bool rational = true,