Go to the source code of this file.
Variables | |
const char *const | NOTRANS = "NOTRANS" |
BEGIN_NAMESPACE_QPOASES const char *const | TRANS = "TRANS" |
const char* const NOTRANS = "NOTRANS" |
String for calling LAPACK/BLAS routines without transposing the matrix.
Definition at line 45 of file qpOASES-3.0beta/src/Matrices.cpp.
BEGIN_NAMESPACE_QPOASES const char* const TRANS = "TRANS" |
String for calling LAPACK/BLAS routines with transposed matrices.
Definition at line 42 of file qpOASES-3.0beta/src/Matrices.cpp.