fun9_pinv.h 455 B

1234567891011121314151617181920212223242526272829
  1. //
  2. // File: pinv.h
  3. //
  4. // MATLAB Coder version : 5.2
  5. // C/C++ source code generated on : 24-Mar-2023 11:40:08
  6. //
  7. #ifndef PINV_H
  8. #define PINV_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. void eml_pinv(const ::coder::array<double, 2U> &A,
  17. ::coder::array<double, 2U> &X);
  18. }
  19. #endif
  20. //
  21. // File trailer for pinv.h
  22. //
  23. // [EOF]
  24. //