]> www.ginac.de Git - ginac.git/blobdiff - check/time_lw_IJKL.cpp
mentioned the imaginary unit 'I'
[ginac.git] / check / time_lw_IJKL.cpp
index 41c077025541e8531c5c2057674a7425b44be4bd..a36645486177f7181ee13a26a5316b97c14dcdcf 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-2002 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
@@ -30,9 +30,9 @@ static unsigned test(unsigned n)
        char name = (n==40?'I':(n==70?'K':'?'));
        
        cout << "timing Lewis-Wester test " << name
-                << " (invert rank " << n << " Hilbert)" << flush;
+            << " (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);
@@ -51,9 +51,9 @@ static unsigned test(unsigned n)
        name = (n==40?'J':(n==70?'L':'?'));
        
        cout << "timing Lewis-Wester test " << name
-                << " (check rank " << n << " Hilbert)" << flush;
+            << " (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);