Classes | |
class | PSpace |
Class to track metadata of SLIMpy objects. More... | |
class | Scalar |
Object to wrap python numbers for integration into the SLIMpy AST. More... | |
class | Vector |
Vector containing a data container. More... | |
class | VectorSpace |
PSpace type that knows about vectors Class to track metadata of Vector objects. More... | |
class | MetaSpace |
A space containing many spaces is used with AugOperator and AugVector. More... | |
Functions | |
def | VectorAddition |
space that would result from vector additions |
Augmented vector containing vectors
>>> AugVector( [[v1,v2]])
this is foo
class containing vectors used in an augmented system of equations
def VectorAddition | ( | stuff, | ||
default | ||||
) |
space that would result from vector additions
stuff | a list of vector spaces | |
default | object to return if no space instances are found in param stuff |
TypeError | if no spaces are in param stuff and default is not given |
Definition at line 199 of file VectorSpace.py.