
Go to the source code of this file.
Functions | |
| returnValue | convertFortranToC (const real_t *const M_for, int nV, int nC, real_t *const M) |
| USING_NAMESPACE_QPOASES BooleanType | isNaN (real_t val) |
| returnValue | removeInfs (real_t *const data, unsigned int dim) |
| returnValue | removeNaNs (real_t *const data, unsigned int dim) |
Collects utility functions for Interface to Simulink(R) that enables to call qpOASES as a C S function.
Definition in file qpOASES_e_simulink_utils.c.
| returnValue convertFortranToC | ( | const real_t *const | M_for, |
| int | nV, | ||
| int | nC, | ||
| real_t *const | M | ||
| ) |
Definition at line 97 of file qpOASES_e_simulink_utils.c.
| USING_NAMESPACE_QPOASES BooleanType isNaN | ( | real_t | val | ) |
Definition at line 43 of file qpOASES_e_simulink_utils.c.
| returnValue removeInfs | ( | real_t *const | data, |
| unsigned int | dim | ||
| ) |
Definition at line 73 of file qpOASES_e_simulink_utils.c.
| returnValue removeNaNs | ( | real_t *const | data, |
| unsigned int | dim | ||
| ) |
Definition at line 55 of file qpOASES_e_simulink_utils.c.