Provides methods to access partial results obtained with the compute() method of the QR decomposition algorithm in the online processing mode or on the first step of the algorithm in the distributed processing mode.
More...
◆ OnlinePartialResult()
◆ ~OnlinePartialResult()
◆ addPartialResultStorage()
Allocates additional memory for storing partial results of the QR decomposition algorithm for each subsequent call to compute method
- Template Parameters
-
algorithmFPType | Data type to be used for storage in resulting HomogenNumericTable |
- Parameters
-
[in] | m | Number of columns in the input data set |
[in] | n | Number of rows in the input data set |
◆ allocate()
Allocates memory for storing partial results of the QR decomposition algorithm
- Parameters
-
[in] | input | Pointer to input object |
[in] | parameter | Pointer to parameter |
[in] | method | Algorithm method |
◆ check() [1/2]
Checks parameters of the algorithm
- Parameters
-
[in] | input | Input of the algorithm |
[in] | parameter | Pointer to the parameters |
[in] | method | Computation method |
Reimplemented from PartialResult.
◆ check() [2/2]
Checks parameters of the algorithm
- Parameters
-
[in] | parameter | Pointer to the parameters |
[in] | method | Computation method |
Reimplemented from PartialResult.
◆ get()
Returns partial result of the QR decomposition algorithm
- Parameters
-
[in] | id | Identifier of the partial result |
- Returns
- Partial result that corresponds to the given identifier
◆ getNumberOfColumns()
size_t getNumberOfColumns |
( |
| ) |
const |
Returns the number of columns in the input data set
- Returns
- Number of columns in the input data set
◆ getNumberOfRows()
size_t getNumberOfRows |
( |
| ) |
const |
Returns the number of rows in the input data set
- Returns
- Number of rows in the input data set
◆ initialize()
Initializes memory for storing partial results of the QR decomposition algorithm
- Parameters
-
[in] | input | Pointer to input object |
[in] | parameter | Pointer to parameter |
[in] | method | Algorithm method |
- Returns
- Status of initialization
◆ set()
void set |
( |
PartialResultId |
id, |
|
|
const data_management::DataCollectionPtr & |
value |
|
) |
| |
Sets an input object for the QR decomposition algorithm
- Parameters
-
[in] | id | Identifier of partial result |
[in] | value | Pointer to the partial result |
The documentation for this class was generated from the following file: