Provides methods to access final results obtained with the compute() method of the SVD algorithm in the batch processing mode or with the finalizeCompute() method in the online processing mode or steps 2 and 3 in the distributed processing mode.
More...
def allocate_{Float64|Float32} |
( |
|
self, |
|
|
|
args |
|
) |
| |
- Variant 1
Allocates memory to store final results of the SVD algorithm
- Parameters
-
input | Pointer to the input object |
parameter | Pointer to the parameter |
method | Algorithm computation method |
- Returns
- Status of allocation
- Variant 2
Allocates memory to store final results of the SVD algorithm
- Parameters
-
partialResult | Pointer to the partial result |
parameter | Pointer to the parameter |
method | Algorithm computation method |
- Returns
- Status of allocation
- Full Names
allocate_Float64
is for float64
allocate_Float32
is for float32
- Variant 1
Checks final results of the algorithm
- Parameters
-
input | Pointer to input objects |
par | Pointer to parameters |
method | Computation method |
- Returns
- Errors detected while checking
- Variant 2
Checks the result parameter of the SVD algorithm
- Parameters
-
pres | Partial result of the algorithm |
par | Parameter of the algorithm |
method | Computation method |
Returns a result of the SVD algorithm
- Parameters
-
id | Identifier of the parameter |
- Returns
- Parameter that corresponds to the given identifier
def getSerializationTag |
( |
|
self | ) |
|
getSerializationTag(Result self) -> int
def set |
( |
|
self, |
|
|
|
id, |
|
|
|
value |
|
) |
| |
Sets the final result of the SVD algorithm
- Parameters
-
id | Identifier of the final result |
value | Value that corresponds to the given identifier |
The documentation for this class was generated from the following file: