Current version is 1.00.
Distribution from this site.
CPAN site
Math::Orthonormalize version 1.00 ================================= Math::Orthonormalize offers subroutines to compute normalized or non-normalized orthogonal bases of Euclidean vector spaces. That means: Given a vector base of R^n, it computes a new base of R^n whose individual vectors are all orthogonal. If those new base vectors all have a length of 1, the base is orthonormalized. The module uses the Gram-Schmidt Algorithm. INSTALLATION To install this module type the following: perl Build.PL ./Build ./Build test ./Build install On platforms that don't support the "./" notation, that would be: perl Build.PL perl Build perl Build test perl Build install If you wish, you may use the old MakeMaker style instead: perl Makefile.PL make make test make install DEPENDENCIES For list of dependencies that includes versions, please refer to the META.yml file in this distribution. Math::Symbolic Parse::RecDescent Test::More SEE ALSO Current versions of this module may be found on http://steffen-mueller.net or CPAN. Please send your suggestions, inquiries, and feedback to orthonormalize-module at steffen-mueller dot net COPYRIGHT AND LICENCE Copyright (c) 2004-2005 Steffen Mueller This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
Revision history for Perl extension Math::Orthonormalize.
1.00 Thu Oct 06 19:16:07 2005
- general Distribution updates
- Added proper copyright notice
- Added Build.PL
- Added better README
- Corrected POD errors
- Added POD tests.
0.10 Fri Mar 05 16:24:51 2004
- original version as uploaded to CPAN
(c) 2002-2008 Steffen Müller; All rights reserved.