Hallo zusammen,

weiss jemand, was das folgende für eine c++ struktur ist:

double test= (1,2,3);
std::cout<< test; => bekomme ich 1

ich benutze IPopt für nicht-lineare optimierung und dachte mir, so was wird da als Matrix erkannt. Aber dann hat es auch ganz normal funktioniert und ich weiss nicht was das ist. Weiss jemand?

MfG
Dime