Checking if your kit is complete... Looks good Writing Makefile for Math::MatrixReal cp funcs.pl blib/lib/Math/funcs.pl cp Kleene.pod blib/lib/Math/Kleene.pod cp MatrixReal.pm blib/lib/Math/MatrixReal.pm Manifying blib/man3/Math::Kleene.3 Manifying blib/man3/Math::MatrixReal.3 PERL_DL_NONLAZY=1 /home/cpanrun/build/5.6.1/bin/perl -Iblib/arch -Iblib/lib -I/home/cpanrun/build/5.6.1/lib/5.6.1/i686-linux-thread-multi -I/home/cpanrun/build/5.6.1/lib/5.6.1 -e 'use Test::Harness qw(&runtests $verbose); $verbose=1; runtests @ARGV;' t/*.t t/adjoint...........1..3 ok 1 ok 2 ok 3 ok t/arith.............1..5 ok 1 ok 2 ok 3 ok 4 ok 5 ok t/basic.............1..8 ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 ok t/bench_eigen.......1..4 ok 1 * Estimated diagonalization time for 100x100 matrix: 32.35 s Estimated biggest matrix diagonalisable within 1 day cpu: 1398x1398 * Estimated eigenvalues-only computation time for 100x100 matrix: 5.06 s Estimated biggest matrix manageable within 1 day cpu: 2695x2695 Btw, do you want to crunch such one now? (no, just kidding...;-) ok 2 ok 3 ok 4 ok t/bench_eigen2......1..4 ok 1 ok 2 ok 3 ok 4 ok t/binary............1..4 ok 1 ok 2 ok 3 ok 4 ok t/bool..............1..13 ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 ok 9 ok 10 ok 11 ok 12 ok 13 ok t/cofactor..........1..3 ok 1 ok 2 ok 3 ok t/condition.........1..2 ok 1 ok 2 ok t/det...............1..7 ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 det1: -315.984690347006 det2: -315.984690347007 ok t/diag..............1..9 ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 ok 9 ok t/div...............1..7 ok 1 - Dividing a matrix by a scalar works ok 2 - 1/A returns A ** -1 [ 5.882352941176E+00 1.152380952381E+01 6.666666666667E+00 ] [ 7.843137254902E+00 7.142857142857E+00 3.333333333333E+01 ] [ 1.960784313725E+00 4.761904761905E+00 2.000000000000E+01 ] ok 3 - Matrix Division works ok 4 - A/A returns identity ok 5 - Identity is of unit norm ok 6 - 1/A only works for square matrix ok 7 ok t/each..............1..3 ok 1 ok 2 ok 3 ok t/eigen_3x3.........1..14 ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 ok 9 ok 10 ok 11 ok 12 ok 13 ok 14 ok t/eigen_7x7.........1..11 ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 ok 9 ok 10 ok 11 ok t/eigen_NxN.........1..16 ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 ok 9 ok 10 ok 11 ok 12 ok 13 ok 14 ok 15 ok 16 ok t/exponent..........1..6 ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 ok t/ext1..............1..3 ok 1 ok 2 ok 3 ok t/gramian...........1..6 ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 ok t/inverse...........1..5 ok 1 ok 2 ok 3 ok 4 ok 5 ok t/is_LR.............1..9 ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 ok 9 ok t/isrowcol..........1..8 ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 ok t/latex.............1..2 ok 1 ok 2 $ \left( \begin{array}{cc} 1.234&1 \\ 5.678&2 \\ 9.1011&3 \end{array} \right) $ $A = $ $ \left( \begin{array}{ll} 1.23&1.00 \\ 5.68&2.00 \\ 9.10&3.00 \end{array} \right) $ ok t/matlab............1..2 ok 1 ok 2 [ 1.234 1; 5.678 2; 9.1011 3] A = [ 1.234 1; 5.678 2; 9.1011 3] ok t/minor.............1..4 ok 1 ok 2 ok 3 ok 4 ok t/norm..............1..4 ok 1 ok 2 ok 3 ok 4 ok t/orthogonal........1..6 ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 ok t/periodic..........1..8 ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 ok t/product...........1..3 ok 1 ok 2 ok 3 ok t/quadratic.........1..4 ok 1 ok 2 ok 3 ok 4 ok t/rank..............1..5 ok 1 ok 2 ok 3 ok 4 ok 5 ok t/scinotation.......1..3 ok 1 ok 2 ok 3 ok t/spectral..........1..5 ok 1 ok 2 ok 3 ok 4 ok 5 ok t/swap..............1..3 ok 1 ok 2 ok 3 ok t/symmetric.........1..8 ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 ok t/trace.............1..3 ok 1 ok 2 ok 3 ok t/transpose.........1..4 ok 1 ok 2 ok 3 ok 4 ok t/triang............1..9 ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 ok 9 ok t/vecnorm...........1..6 ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 ok t/yacas.............1..2 ok 1 ok 2 ok All tests successful. Files=40, Tests=231, 26 wallclock secs (24.46 cusr + 0.65 csys = 25.11 CPU) Installing /home/cpanrun/build/5.6.1/lib/site_perl/5.6.1/Math/funcs.pl Installing /home/cpanrun/build/5.6.1/lib/site_perl/5.6.1/Math/Kleene.pod Installing /home/cpanrun/build/5.6.1/lib/site_perl/5.6.1/Math/MatrixReal.pm Installing /home/cpanrun/build/5.6.1/man/man3/Math::Kleene.3 Installing /home/cpanrun/build/5.6.1/man/man3/Math::MatrixReal.3 Appending installation info to /home/cpanrun/build/5.6.1/lib/5.6.1/i686-linux-thread-multi/perllocal.pod