ParameterVector¶
- class ParameterVector(name, length=0)[source]¶
ParameterVector class to quickly generate lists of parameters.
Attributes
Returns the name of the ParameterVector.
Returns the list of parameters in the ParameterVector.
Methods
ParameterVector.resize
(length)Resize the parameter vector.