I have a DenseArray<ComplexNumber> symbols
now I would like to transform these into a mutable Matrix of complex numbers, don't care if column or row major. The documentation is a bit sparse around this, I looked at all the examples.
Also how can I get sub-array of the dense array? Something like symbols.subArray(start, end, step).