fun9_svd.h 545 B

12345678910111213141516171819202122232425262728293031
  1. //
  2. // File: svd.h
  3. //
  4. // MATLAB Coder version : 5.2
  5. // C/C++ source code generated on : 24-Mar-2023 11:40:08
  6. //
  7. #ifndef SVD_H
  8. #define SVD_H
  9. // Include Files
  10. #include "rtwtypes.h"
  11. #include "coder_array.h"
  12. #include <cstddef>
  13. #include <cstdlib>
  14. // Function Declarations
  15. namespace coder {
  16. namespace internal {
  17. void svd(const ::coder::array<double, 2U> &A, ::coder::array<double, 2U> &U,
  18. ::coder::array<double, 1U> &s, ::coder::array<double, 2U> &V);
  19. }
  20. } // namespace coder
  21. #endif
  22. //
  23. // File trailer for svd.h
  24. //
  25. // [EOF]
  26. //