Input objects for the pivoted QR algorithm in the batch processing mode.
More...
| def __init__ |
( |
|
self, |
|
|
|
args |
|
) |
| |
- Variant 1
- Default constructor
- Variant 2
- Copy constructor
| def check |
( |
|
self, |
|
|
|
par, |
|
|
|
method |
|
) |
| |
check(Input self, Parameter par, int method) -> Status
Returns input object for the pivoted QR algorithm
- Parameters
-
| id | Identifier of the input object |
- Returns
- Input object that corresponds to the given identifier
| def set |
( |
|
self, |
|
|
|
id, |
|
|
|
value |
|
) |
| |
Sets input object for the pivoted QR algorithm
- Parameters
-
| id | Identifier of the input object |
| value | Pointer to the input object |
The documentation for this class was generated from the following file: