48 #ifndef __UNIFORM__TYPES_H__ 49 #define __UNIFORM__TYPES_H__ 51 #include "algorithms/distributions/distribution_types.h" 57 namespace distributions
89 template<
typename algorithmFPType>
90 class DAAL_EXPORT Parameter:
public distributions::ParameterBase
98 Parameter(algorithmFPType _a = 0.0, algorithmFPType _b = 1.0): a(_a), b(_b) {}
106 services::Status check() const DAAL_C11_OVERRIDE;
110 using interface1::Parameter;
daal::services::interface1::Status
Class that holds the results of API calls. In case of API routine failure it contains the list of err...
Definition: error_handling.h:491
daal
Definition: algorithm_base_common.h:57
daal::algorithms::distributions::interface1::ParameterBase
Definition: distribution_types.h:99