Complex Column Vector
ComplexColumnVector ComplexColumnVector(Integer length, Function1<Integer, ComplexDouble> lambda)
Content copied to clipboard
It is possible to set a value using lambda function.
If data is given, length is no longer necessary.
ComplexColumnVector ComplexColumnVector(Integer length, Array<ComplexDouble> data)
Content copied to clipboard
Creates a new column vector. If data is not given, it will generate a zero vector.
Parameters
data
must fit into the length of this vector.