45 if ( (( val <= 0.0 ) || ( val >= 0.0 )) == 0 )
62 for ( i=0; i<dim; ++i )
80 for ( i=0; i<dim; ++i )
101 if ( ( M_for == 0 ) || ( M == 0 ) )
104 if ( ( nV < 0 ) || ( nC < 0 ) )
107 for ( i=0; i<nC; ++i )
108 for ( j=0; j<nV; ++j )
109 M[i*nV + j] = M_for[j*nC + i];
#define USING_NAMESPACE_QPOASES
returnValue removeInfs(real_t *const data, unsigned int dim)
Allows to pass back messages to the calling function.
USING_NAMESPACE_QPOASES BooleanType isNaN(real_t val)
returnValue removeNaNs(real_t *const data, unsigned int dim)
static const real_t QPOASES_INFTY
returnValue convertFortranToC(const real_t *const M_for, int nV, int nC, real_t *const M)