j
k
j a
j l
Russell Hind wrote:
...std::vector V1; std::vector V2; double C1, C2; ... std::vector Result; Result = C1 + V2 / (V1 * C2);
std::vector V1; std::vector V2; double C1, C2; ... std::vector Result; Result = C1 + V2 / (V1 * C2);
std::vector V1; std::vector V2; double C1, C2;
...
std::vector Result;
Result = C1 + V2 / (V1 * C2);
std::valarray, but C1 and C2 need to be complex.
Back to the thread
Back to the list