Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

arm_mat_qr_f32 #126

Closed
yanlong658 opened this issue Nov 6, 2023 · 2 comments
Closed

arm_mat_qr_f32 #126

yanlong658 opened this issue Nov 6, 2023 · 2 comments
Labels
question Further information is requested

Comments

@yanlong658
Copy link

Hello,
I have a question about the arm_mat_qr_f32 function regarding the threshold parameter. It appears that the threshold must be specified as a negative value. Is this intentional, or does it differ from the typical practice of using positive values for thresholds in similar functions?

Thanks all.

@christophe0606
Copy link
Contributor

@yanlong658 Hello,

The threshold is positive. For instance, it can be one of the thresholds defined in the header dsp/matrix_functions.h

#define DEFAULT_HOUSEHOLDER_THRESHOLD_F64 (1.0e-16)
#define DEFAULT_HOUSEHOLDER_THRESHOLD_F32 (1.0e-12f)

@christophe0606 christophe0606 added the question Further information is requested label Nov 6, 2023
@yanlong658
Copy link
Author

Hello sir,

I have find it.

Thank you

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants