NAME

paratec::vector - three-vectors for use with paratec

Implements three vectors


DESCRIPTION

Creates a three vector object, which is actually an array of numbers. Vector is intended to make threevec obsolete, as I prefer this name, and the paratec:: avoids any name collisions with other vector types.


SYNOPSIS


ARITHMETIC

All the ordinary arithmetic operators work as you would expect of vectors. A couple of trickier things are possible, which I will mention here.


FUNCTIONS


SEE ALSO

paratec::tensor.


VERSION

This man page documents paratec::vector 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.