Advertisement
Guest User

smdvquad.h

a guest
Jan 29th, 2013
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.40 KB | None | 0 0
  1. /*
  2.  * File:   smdvquad.h
  3.  * Author: Pantelis Sopasakis (IMT Lucca)
  4.  *
  5.  * Created on January 29, 2013, 11:08 PM
  6.  */
  7.  
  8. #ifndef SMDVQUAD_H
  9. #define SMDVQUAD_H
  10.  
  11. #ifdef  __cplusplus
  12. extern "C" {
  13. #endif
  14.  
  15. #include <stddef.h>
  16. #include "math.h"
  17. #include "mex.h"
  18.    
  19.     void smdv_quad(const mxArray *Q, const double **x, double* y);
  20.  
  21.  
  22.  
  23. #ifdef  __cplusplus
  24. }
  25. #endif
  26.  
  27. #endif  /* SMDVQUAD_H */
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement