Switch to unified view

a/Documentation.txt b/Documentation.txt
...
...
457
StatLib
457
StatLib
458
-------
458
-------
459
459
460
Modul for some statistical functions
460
Modul for some statistical functions
461
461
462
SVDLib1
463
-------
464
465
Module for calculatin the singular value decomposition for real valued 
466
matrices and least squares soluations of systems of linear systems of 
467
equations based on the SVD
468
462
SVDLib2
469
SVDLib2
463
-------
470
-------
464
471
465
466
Module for calculatin the singular value decomposition for a pointer based
472
Module for calculatin the singular value decomposition for a pointer based
467
matrix type
473
matrix type and least squares soluations of systems of linear systems of 
474
equations based on the SVD
468
475
469
Note: There will follow some other more elaborated routines. If interrested
470
      and willing to test let me know.
471
476
472
SVDLib3
477
SVDLib3
473
-------
478
-------
474
479
475
480
476
Module for calculatin the singular value decomposition for a complx matrix
481
Module for calculatin the singular value decomposition for a complex matrix
477
or the Takagi factorization of a complex hermitian matrix.
482
or the Takagi factorization of a complex symmetrix matrix.
478
483