Physics::Lorentz

Current version is 0.01.

Download

Distribution from this site.
CPAN site

README

Installation via

  perl Makefile.PL
  make
  make test
  make install

NAME
    Physics::Lorentz - Package for 4-vectors and transformations

SYNOPSIS
      use Physics::Lorentz;
      my $rotation = Physics::Lorentz::Transformation->rotation_euler(
        $alpha, $beta, $gamma
      );
      my $vector = Physics::Lorentz::Vector->new([$t, $x, $y, $z]);
      my $rotated = $rotation->apply($vector);
      # or: $rotated = $rotation * $vector;
  
      ...

DESCRIPTION
    This package mainly just loads Physics::Lorentz::Transformation and
    Physics::Lorentz::Vector. The whole of the "Physics::Lorentz"
    distribution is intended to help with dealing with 4-vectors and
    (Poincare) transformations in the associated vector space.

    Vectors and transformations are implemented as PDL objects internally.

  EXPORT
    None.

SEE ALSO
    PDL, Physics::Lorentz::Vector, Physics::Lorentz::Transformation

AUTHOR
    Steffen Müller, 

COPYRIGHT AND LICENSE
    Copyright (C) 2006 by Steffen Müller

    This library is free software; you can redistribute it and/or modify it
    under the same terms as Perl itself, either Perl version 5.6 or, at your
    option, any later version of Perl 5 you may have available.

	

Documentation

Physics::Lorentz
Physics::Lorentz::Transformation
Physics::Lorentz::Vector

Change Log

Revision history for Perl extension Physics::Lorentz.

0.01  Wed Dec  6 15:43 2006
	- original version

    

(c) 2002-2010 Steffen Müller; All rights reserved.

Valid HTML 4.0!