mirror of
https://git.code.sf.net/p/ngspice/ngspice
synced 2026-09-04 19:10:57 +02:00
Let vec1 = cvector(50) will generate a complex vector, with the real part values increasing from 0 to 49, the imaginary values are set to 0. Useful in ac loops to store result data.