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

Issue with zsl_mtx_mult() function #53

Open
Ananyaaynana opened this issue Sep 9, 2023 · 0 comments
Open

Issue with zsl_mtx_mult() function #53

Ananyaaynana opened this issue Sep 9, 2023 · 0 comments

Comments

@Ananyaaynana
Copy link

Ananyaaynana commented Sep 9, 2023

When multiplying 3 matrices of sizes 1x5, 5x5 and 5x1 respectively using the zsl_mtx_mult() function this is the answer: 1.000002000003723766352603519181e-02

When multiplying these matrices using the zephyr RTOS by writing them as arrays and using loops and multiplication operator this is the answer: 1.000000000003723778230213525831e-02

I am not able to figure out why this issue is happening.

The impact of this issue is I am not able to zsl_mtx_mult function which is heavily needed as part of the project.

The version of zephyr I am using is 3.4.99.

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

No branches or pull requests

1 participant