Provides methods to access final results obtained with the compute() method of the QR decomposition algorithm in the batch processing mode or finalizeCompute() method of algorithm in the online processing mode or on the second and third steps of the algorithm in the distributed processing mode.
More...
def allocate_{Float64|Float32} |
( |
|
self, |
|
|
|
args |
|
) |
| |
- Variant 1
Allocates memory for storing final results of the QR decomposition algorithm
- Parameters
-
input | Pointer to input object |
parameter | Pointer to parameter |
method | Algorithm method |
- Variant 2
Allocates memory for storing final results of the QR decomposition algorithm
- Parameters
-
partialResult | Pointer to partial result |
parameter | Pointer to the result |
method | Algorithm method |
- 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 |
- Variant 2
Checks the result parameter of the QR algorithm
- Parameters
-
pres | Partial result of the algorithm |
par | Parameter of the algorithm |
method | Computation method |
Returns the result of the QR decomposition algorithm
- Parameters
-
id | Identifier of the result |
- Returns
- Result that corresponds to the given identifier
def getSerializationTag |
( |
|
self | ) |
|
getSerializationTag(Result self) -> int
def set |
( |
|
self, |
|
|
|
id, |
|
|
|
value |
|
) |
| |
Sets an input object for the QR decomposition algorithm
- Parameters
-
id | Identifier of the result |
value | Pointer to the result |
The documentation for this class was generated from the following file: