Methods
|
|
__init__
make_vector
vector_index
|
|
__init__
|
__init__ (
self,
size=0,
vector=None,
initial_code=None,
index_code=None,
**user_kw,
)
size no of unknowns
vector symbolic specification of vector entries
or array filled with numerical values
initial_code code to be executed initially
index_code code to be executed for each index value
user_kw user-defined keyword arguments
|
|
make_vector
|
make_vector (
self,
vector,
initial_code,
user_kw,
index_code,
)
Exceptions
|
|
TypeError, 'wrong key type %s' % type( entry )
|
|
|
vector_index
|
vector_index ( self, i )
|
|