Here,
complexโ::โcomplex(double)
is called for the initialization of
v[0]
and
v[3],
complexโ::โcomplex(โdouble, double)
is called for the initialization of
v[1],
complexโ::โcomplex()
is called for the initialization of
v[2],
v[4],
and
v[5].