]> www.ginac.de Git - ginac.git/blobdiff - check/time_lw_H.cpp
fixed comments
[ginac.git] / check / time_lw_H.cpp
index 1621a6e117e69d7da938a69dfa4af0cd5bf7f885..fe64b3ab68e8548cd456e4d6a86517a200f16130 100644 (file)
@@ -32,13 +32,15 @@ static unsigned test(unsigned n)
                        hilbert.set(r,c,numeric(1,r+c+1));
        ex det = hilbert.determinant();
        
-       // The closed form of the determinant of n x n Hilbert matrices is:
-       //
-       //      n-1   /                      n-1                 \
-       //     ----- |                      -----                 |
-       //      | |  | pow(factorial(r),2)   | |    hilbert(r,c)  |
-       //      | |  |                       | |                  |   
-       //     r = 0  \                     c = 0                /
+       /*
+          The closed form of the determinant of n x n Hilbert matrices is:
+       
+            n-1   /                      n-1                 \
+           ----- |                      -----                 |
+            | |  | pow(factorial(r),2)   | |    hilbert(r,c)  |
+            | |  |                       | |                  |   
+           r = 0  \                     c = 0                /
+       */
        
        ex hilbdet = 1;
        for (unsigned r=0; r<n; ++r) {