fun9_xrotg.h 476 B

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