X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=blobdiff_plain;f=check%2Fcheck_lsolve.cpp;h=4c98fc510c5605454795a6d166e20fb508b041b2;hp=4ad320346df1dd126ddd4cc7e7f0c8eacd9dee3a;hb=e2627379c98aeafae903cc2f04bdbdc9defa34f7;hpb=383d5eb3b0f0506810d9105a268f939125bfc347 diff --git a/check/check_lsolve.cpp b/check/check_lsolve.cpp index 4ad32034..4c98fc51 100644 --- a/check/check_lsolve.cpp +++ b/check/check_lsolve.cpp @@ -1,10 +1,11 @@ /** @file check_lsolve.cpp * * These test routines do some simple checks on solving linear systems of - * symbolic equations. */ + * symbolic equations. They are a well-tried resource for cross-checking + * the underlying symbolic manipulations. */ /* - * GiNaC Copyright (C) 1999-2001 Johannes Gutenberg University Mainz, Germany + * GiNaC Copyright (C) 1999-2003 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,6 +23,7 @@ */ #include "checks.h" +#include static unsigned check_matrix_solve(unsigned m, unsigned n, unsigned p, unsigned degree) @@ -49,9 +51,9 @@ static unsigned check_matrix_solve(unsigned m, unsigned n, unsigned p, matrix X(n,p); for (unsigned i=0; i a; vector x; for (unsigned i=0; i