classes for users

These classes are a collecion of types that a end user may use in a SLIMpy project. More...

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

Detailed Description

These classes are a collecion of types that a end user may use in a SLIMpy project.

Augmented vector containing vectors

Example

Look at this example
 >>> AugVector( [[v1,v2]])

this is foo

class containing vectors used in an augmented system of equations

See also:
slimpy_base.Core.User.Structures.serial_vector.Vector

Function Documentation

def VectorAddition (   stuff,
  default 
)

space that would result from vector additions

Parameters:
stuff a list of vector spaces
default object to return if no space instances are found in param stuff
Exceptions:
TypeError if no spaces are in param stuff and default is not given
Returns:
VectorSpace

Definition at line 199 of file VectorSpace.py.


Generated on Sun Aug 10 09:11:08 2008 for SLIMpy by  doxygen 1.5.6