Provides methods to access final results obtained with the compute() method of the pivoted QR algorithm in the batch processing mode.
More...
| def allocate_{Float64|Float32} |
( |
|
self, |
|
|
|
input, |
|
|
|
parameter, |
|
|
|
method |
|
) |
| |
Allocates memory for storing final results of the pivoted QR 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
| def check |
( |
|
self, |
|
|
|
arg2, |
|
|
|
par, |
|
|
|
method |
|
) |
| |
Checks the correctness of the result object
- Parameters
-
| in | Pointer to the input objects structure |
| par | Pointer to the structure of the algorithm parameters |
| method | Computation method |
Returns result of the pivoted QR 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 |
|
) |
| |
The documentation for this class was generated from the following file: