]> www.ginac.de Git - ginac.git/blobdiff - check/time_lw_IJKL.cpp
Added series expansion for functions (classical) Li and S around x==0.
[ginac.git] / check / time_lw_IJKL.cpp
index 63db155b2762c08676576dbca52e2cd30da5cc95..3572d1f72ce7bd2b1916f04884497e2fd98261d5 100644 (file)
@@ -4,7 +4,7 @@
  *  by Robert H. Lewis and Michael Wester. */
 
 /*
- *  GiNaC Copyright (C) 1999-2000 Johannes Gutenberg University Mainz, Germany
+ *  GiNaC Copyright (C) 1999-2005 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
@@ -18,7 +18,7 @@
  *
  *  You should have received a copy of the GNU General Public License
  *  along with this program; if not, write to the Free Software
- *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+ *  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
  */
 
 #include "times.h"
@@ -32,7 +32,7 @@ static unsigned test(unsigned n)
        cout << "timing Lewis-Wester test " << name
             << " (invert rank " << n << " Hilbert)" << flush;
        clog << "-------Lewis-Wester test " << name
-            << " (invert rank " << n << " Hilbert)" << endl;
+            << " (invert rank " << n << " Hilbert):" << endl;
        
        // Create a rank n Hilbert matrix:
        matrix H(n,n);
@@ -53,7 +53,7 @@ static unsigned test(unsigned n)
        cout << "timing Lewis-Wester test " << name
             << " (check rank " << n << " Hilbert)" << flush;
        clog << "-------Lewis-Wester test " << name
-            << " (check rank " << n << " Hilbert)" << endl;
+            << " (check rank " << n << " Hilbert):" << endl;
        
        cartier.reset();
        matrix identity = H.mul(Hinv);
@@ -79,7 +79,7 @@ static unsigned test(unsigned n)
        return result;
 }
 
-unsigned time_lw_IJKL(void)
+unsigned time_lw_IJKL()
 {
        unsigned result = 0;