Input parameters for the Cholesky algorithm
More...
virtual services::Status check |
( |
const daal::algorithms::Parameter * |
par, |
|
|
int |
method |
|
) |
| const |
|
virtual |
Checks parameters of the Cholesky algorithm
- Parameters
-
[in] | par | Parameter of algorithm |
[in] | method | Computation method of the algorithm |
- Returns
- Status of computations
data_management::NumericTablePtr get |
( |
InputId |
id | ) |
const |
Returns input NumericTable of the Cholesky algorithm
- Parameters
-
[in] | id | Identifier of the input numeric table |
- Returns
- Input numeric table that corresponds to the given identifier
void set |
( |
InputId |
id, |
|
|
const data_management::NumericTablePtr & |
ptr |
|
) |
| |
Sets input for the Cholesky algorithm
- Parameters
-
[in] | id | Identifier of the input object |
[in] | ptr | Pointer to the object |
The documentation for this class was generated from the following file: