NAME

paratec::tensor - simple tensors for use with paratec

Implements tensors


DESCRIPTION

Creates a tensor object. Overloads arithmetic operators so you can easily do arithmetic, and also allows you to transpose and calculate the inverse easily. It is heavily unoptimized, but how long can it take to deal with a 3x3 matrix?


SYNOPSIS

FUNCTIONS

ARITHMETIC

All the ordinary arithmetic operators work as you would expect on tensors and vectors.


SEE ALSO

paratec::vector.


VERSION

This man page documents paratec::tensor version 0.1.


AUTHOR

David Roundy <droundy@physics.berkeley.edu>.


CREDITS

Thanks to Gilles Santi, for giving me the idea of writing this.


COPYRIGHT

Copyright (c) 2000, David Roundy. All rights reserved.


LICENSE AGREEMENT

This package is free software; you can redistribute it and/or modify it under the same terms as Perl itself.