#include <math.h>
#include <Utils.hpp>
Go to the source code of this file.
Functions | |
real_t | getCPUtime () |
real_t | getNorm (const real_t *const v, int n) |
real_t getCPUtime | ( | ) |
Returns the current system time.
Definition at line 433 of file external_packages/qpoases/SRC/Utils.cpp.
Returns the Euclidean norm of a vector.
v | Vector. |
n | Vector's dimension. |
Definition at line 455 of file external_packages/qpoases/SRC/Utils.cpp.