Python_2  1.0
Classes | Functions
_01f_vector Namespace Reference

Implements a n-D vector. More...

Classes

class  vector
 A n-D vector with the following operations: +, -, dotProd, neg, norm, len, iter, *, /, [ ]. More...
 

Functions

def main ()
 Main program for testing. More...
 

Detailed Description

Implements a n-D vector.

Author
Paulo Roma
Since
03/07/2016
See also
http://nedbatchelder.com/text/names.html
https://docs.python.org/dev/tutorial/controlflow.html#more-on-defining-functions
https://gist.github.com/mcleonard/5351452

Function Documentation

◆ main()

def _01f_vector.main ( )

Main program for testing.