5.2.1.2 Vector_generic_dense Objects

class Vector_generic_dense
Vector_generic_dense( parent, [entries=True], [coerce_entries=True], [copy=0])

Instances of class Vector_generic_dense have the following functions (in addition to inherited functions and special functions):

entries,$  $ list

Instances of class Vector_generic_dense also have the following special functions:

__getitem__,$  $ __setitem__

Further documentation:

__getitem__( i)

__setitem__( i, value)

Set entry i of self to value.

See About this document... for information on suggesting changes.