23 #ifndef __PIVOTED_QR_TYPES_H__
24 #define __PIVOTED_QR_TYPES_H__
26 #include "algorithms/algorithm.h"
27 #include "data_management/data/numeric_table.h"
28 #include "data_management/data/homogen_numeric_table.h"
29 #include "services/daal_defines.h"
72 lastResultId = permutationMatrix
84 struct DAAL_EXPORT Parameter :
public daal::algorithms::Parameter
86 Parameter(
const data_management::NumericTablePtr permutedColumns = data_management::NumericTablePtr());
88 data_management::NumericTablePtr permutedColumns;
100 class DAAL_EXPORT Input :
public daal::algorithms::Input
107 Input(
const Input& other);
117 data_management::NumericTablePtr
get(InputId id)
const;
124 void set(InputId
id,
const data_management::NumericTablePtr &value);
126 virtual services::Status check(
const daal::algorithms::Parameter *par,
int method)
const DAAL_C11_OVERRIDE;
133 class DAAL_EXPORT Result :
public daal::algorithms::Result
136 DECLARE_SERIALIZABLE_CAST(Result);
148 template <
typename algorithmFPType>
149 DAAL_EXPORT services::Status allocate(
const daal::algorithms::Input *input,
const daal::algorithms::Parameter *parameter,
const int method);
156 data_management::NumericTablePtr
get(ResultId id)
const;
163 void set(ResultId
id,
const data_management::NumericTablePtr &value);
171 virtual services::Status check(
const daal::algorithms::Input *in,
const daal::algorithms::Parameter *par,
int method)
const DAAL_C11_OVERRIDE;
175 template<
typename Archive,
bool onDeserialize>
176 services::Status serialImpl(Archive *arch)
178 return daal::algorithms::Result::serialImpl<Archive, onDeserialize>(arch);
181 typedef services::SharedPtr<Result> ResultPtr;
185 using interface1::Parameter;
186 using interface1::Input;
187 using interface1::Result;
188 using interface1::ResultPtr;
daal::algorithms::pivoted_qr::interface1::Result
Provides methods to access final results obtained with the compute() method of the pivoted QR algorit...
Definition: pivoted_qr_types.h:133
daal
Definition: algorithm_base_common.h:31
daal::algorithms::pivoted_qr::data
Definition: pivoted_qr_types.h:59
daal::algorithms::pivoted_qr::interface1::Parameter
Parameter for the pivoted QR computation method.
Definition: pivoted_qr_types.h:84
daal::algorithms::pivoted_qr::Method
Method
Definition: pivoted_qr_types.h:48
daal::algorithms::pivoted_qr::permutationMatrix
Definition: pivoted_qr_types.h:71
daal::algorithms::pivoted_qr::ResultId
ResultId
Definition: pivoted_qr_types.h:67
daal::algorithms::math::abs::value
Definition: abs_types.h:86
daal::algorithms::pivoted_qr::interface1::Result::~Result
virtual ~Result()
Definition: pivoted_qr_types.h:140
daal::algorithms::pivoted_qr::InputId
InputId
Definition: pivoted_qr_types.h:57
daal::algorithms::pivoted_qr::interface1::Parameter::permutedColumns
data_management::NumericTablePtr permutedColumns
Definition: pivoted_qr_types.h:88
daal::algorithms::pivoted_qr::matrixQ
Definition: pivoted_qr_types.h:69
daal::algorithms::pivoted_qr::defaultDense
Definition: pivoted_qr_types.h:50
daal::algorithms::pivoted_qr::matrixR
Definition: pivoted_qr_types.h:70