49 #ifndef __PIVOTED_QR_TYPES_H__
50 #define __PIVOTED_QR_TYPES_H__
52 #include "algorithms/algorithm.h"
53 #include "data_management/data/numeric_table.h"
54 #include "data_management/data/homogen_numeric_table.h"
55 #include "services/daal_defines.h"
98 lastResultId = permutationMatrix
110 struct DAAL_EXPORT Parameter :
public daal::algorithms::Parameter
112 Parameter(
const data_management::NumericTablePtr permutedColumns = data_management::NumericTablePtr());
114 data_management::NumericTablePtr permutedColumns;
126 class DAAL_EXPORT Input :
public daal::algorithms::Input
133 Input(
const Input& other);
143 data_management::NumericTablePtr
get(InputId id)
const;
150 void set(InputId
id,
const data_management::NumericTablePtr &value);
152 virtual services::Status check(
const daal::algorithms::Parameter *par,
int method)
const DAAL_C11_OVERRIDE;
159 class DAAL_EXPORT Result :
public daal::algorithms::Result
162 DECLARE_SERIALIZABLE_CAST(Result);
174 template <
typename algorithmFPType>
175 DAAL_EXPORT services::Status allocate(
const daal::algorithms::Input *input,
const daal::algorithms::Parameter *parameter,
const int method);
182 data_management::NumericTablePtr
get(ResultId id)
const;
189 void set(ResultId
id,
const data_management::NumericTablePtr &value);
197 virtual services::Status check(
const daal::algorithms::Input *in,
const daal::algorithms::Parameter *par,
int method)
const DAAL_C11_OVERRIDE;
201 template<
typename Archive,
bool onDeserialize>
202 services::Status serialImpl(Archive *arch)
204 return daal::algorithms::Result::serialImpl<Archive, onDeserialize>(arch);
207 typedef services::SharedPtr<Result> ResultPtr;
211 using interface1::Parameter;
212 using interface1::Input;
213 using interface1::Result;
214 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:159
daal
Definition: algorithm_base_common.h:57
daal::algorithms::pivoted_qr::data
Definition: pivoted_qr_types.h:85
daal::algorithms::pivoted_qr::interface1::Parameter
Parameter for the pivoted QR computation method.
Definition: pivoted_qr_types.h:110
daal::algorithms::pivoted_qr::Method
Method
Definition: pivoted_qr_types.h:74
daal::algorithms::pivoted_qr::permutationMatrix
Definition: pivoted_qr_types.h:97
daal::algorithms::pivoted_qr::ResultId
ResultId
Definition: pivoted_qr_types.h:93
daal::algorithms::math::abs::value
Definition: abs_types.h:112
daal::algorithms::pivoted_qr::interface1::Result::~Result
virtual ~Result()
Definition: pivoted_qr_types.h:166
daal::algorithms::pivoted_qr::InputId
InputId
Definition: pivoted_qr_types.h:83
daal::algorithms::pivoted_qr::interface1::Parameter::permutedColumns
data_management::NumericTablePtr permutedColumns
Definition: pivoted_qr_types.h:114
daal::algorithms::pivoted_qr::matrixQ
Definition: pivoted_qr_types.h:95
daal::algorithms::pivoted_qr::defaultDense
Definition: pivoted_qr_types.h:76
daal::algorithms::pivoted_qr::matrixR
Definition: pivoted_qr_types.h:96