Go to the source code of this file.
Functions | |
real_t | getAbs (real_t x) |
real_t | getCPUtime () |
real_t | getNorm (const real_t *const v, int n) |
Returns the absolute value of a real_t.
x | Input argument. |
real_t getCPUtime | ( | ) |
Returns the current system time.
Definition at line 433 of file examples/code_generation/mpc_mhe/getting_started_export/qpoases/SRC/Utils.cpp.
Returns the Euclidean norm of a vector.
v | Vector. |
n | Vector's dimension. |
Definition at line 455 of file examples/code_generation/mpc_mhe/getting_started_export/qpoases/SRC/Utils.cpp.