Input objects for the second step of the SVD algorithm in the distributed processing mode
More...
| def __init__ |
( |
|
self, |
|
|
|
args |
|
) |
| |
- Variant 1
- Default constructor
- Variant 2
- Copy constructor
| def add |
( |
|
self, |
|
|
|
id, |
|
|
|
key, |
|
|
|
value |
|
) |
| |
Adds the value to KeyValueDataCollection of the input object for the SVD algorithm
- Parameters
-
| id | Identifier of the input object |
| key | Key to use to retrieve data |
| value | Pointer to the new input object value |
| def check |
( |
|
self, |
|
|
|
parameter, |
|
|
|
method |
|
) |
| |
Checks parameters of the algorithm
- Parameters
-
| parameter | Pointer to the parameters |
| method | Computation method |
- Returns
- Errors detected while checking
Returns an input object for the SVD algorithm
- Parameters
-
| id | Identifier of the input object |
- Returns
- Input object that corresponds to the given identifier
getNBlocks(DistributedStep2Input self) -> size_t
| def set |
( |
|
self, |
|
|
|
id, |
|
|
|
ptr |
|
) |
| |
Sets an input object for the SVD algorithm
- Parameters
-
| id | Identifier of the input object |
| ptr | Input object that corresponds to the given identifier |
The documentation for this class was generated from the following file: