
Go to the source code of this file.
Variables | |
| const char *const | NOTRANS = "NOTRANS" |
| BEGIN_NAMESPACE_QPOASES const char *const | TRANS = "TRANS" |
Implementation of the matrix classes.
Definition in file Matrices.cpp.
| const char* const NOTRANS = "NOTRANS" |
String for calling LAPACK/BLAS routines without transposing the matrix.
Definition at line 45 of file 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 Matrices.cpp.