We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Some other matrix factorisations to consider for implementation in the future: https://nhigham.com/2022/05/18/the-big-six-matrix-factorizations/
The text was updated successfully, but these errors were encountered:
Example of LU decomposition: https://en.wikipedia.org/wiki/LU_decomposition#C_code_example
Sorry, something went wrong.
@sdalu control systems toolbox for zephyr provides this here: https://github.com/swedishembedded/control/blob/main/src/linalg/lup.c
We also have a whole range of decompositions and advanced algorithms..
https://github.com/swedishembedded/control/blob/main/src/sysid/sr_ukf_parameter_estimation.c https://github.com/swedishembedded/control/blob/main/src/linalg/svd_golub_reinsch.c
No branches or pull requests
Some other matrix factorisations to consider for implementation in the future:
https://nhigham.com/2022/05/18/the-big-six-matrix-factorizations/
The text was updated successfully, but these errors were encountered: