Lines Matching defs:ErrThreshold
74 struct ErrThreshold struct
91 struct ErrThreshold<double> argument
108 struct ErrThreshold<float32_t> argument
126 struct ErrThreshold<float16_t> argument
128 constexpr static float abserr = ABS_ERROR;
129 constexpr static float relerr = REL_ERROR;
130 constexpr static float abserr_cholesky = 2e-1;
131 constexpr static float relerr_cholesky = 2e-1;
133 constexpr static float abserr_householder = 2e-4;
134 constexpr static float relerr_householder = 2e-3;
137 constexpr static float abserr_qr = 2.0;
138 constexpr static float relerr_qr = 1e-2;
140 constexpr static float abserr_inv = 3e-2;
141 constexpr static float relerr_inv = 3e-2;