Create a column-major matrix from a flat array of elements. Elements slice is not copied to internal elements but assigned, so underlying array holding the actual values stays the same.
(rows, cols int, elements []complex128)
source not stored for this graph (policy: none)
no test coverage detected