Provides methods to access partial results obtained with the compute() method of the third step of the QR decomposition algorithm in the distributed processing mode.
More...
def allocate_{Float64|Float32} |
( |
|
self, |
|
|
|
input, |
|
|
|
parameter, |
|
|
|
method |
|
) |
| |
Allocates memory for storing partial results of the QR decomposition algorithm
- Parameters
-
input | Pointer to input object |
parameter | Pointer to parameter |
method | Computation method |
- Full Names
allocate_Float64
is for float64
allocate_Float32
is for float32
- Variant 1
Checks partial results of the algorithm
- Parameters
-
input | Pointer to the input object |
parameter | Pointer to parameters |
method | Computation method |
- Variant 2
Checks partial results of the algorithm
- Parameters
-
parameter | Pointer to parameters |
method | Computation method |
Returns the result of the QR decomposition algorithm with the matrix Q calculated
- Parameters
-
id | Identifier of the result |
- Returns
- Result that corresponds to the given identifier
def getSerializationTag |
( |
|
self | ) |
|
getSerializationTag(DistributedPartialResultStep3 self) -> int
def set |
( |
|
self, |
|
|
|
id, |
|
|
|
value |
|
) |
| |
Sets Result object to store the result of the QR decomposition algorithm
- Parameters
-
id | Identifier of the result |
value | Pointer to the Result object |
The documentation for this class was generated from the following file: