class documentation
class VMultiReader(MultiReader):
Known subclasses: cocopp.readalign.VArrayMultiReader
, cocopp.readalign.VArrayMultiReaderNew
Constructor: VMultiReader(data)
List of data arrays to be aligned vertically.
Aligned vertically means, all number of function evaluations are the closest from below or equal to the alignment number of function evaluations.
Method | __init__ |
accepts a list of arrays or a MultiReader (i.e. a list of SingleReader ) as input data type |
Method | align |
Undocumented |
Method | get |
Undocumented |
Method | is |
Undocumented |
Method | new |
Undocumented |
Instance Variable | idx |
Undocumented |
Instance Variable | idx |
Undocumented |
Inherited from MultiReader
:
Class |
|
Single data array reader class. |
Method | current |
Aggregates currentLines information. |
Method | current |
Gets the list of the current alignment values. |
Method | next |
Gets the list of the next alignment values. |
Instance Variable | is |
Undocumented |
overrides
cocopp.readalign.MultiReader.__init__
accepts a list of arrays or a MultiReader
(i.e. a list of
SingleReader
) as input data
type