Functions
diagonal
of
Copy an Array<DoubleArray> of rows into a fresh dense matrix, so rows(i) is row i.
ofColumns
Copy an Array<DoubleArray> of columns into a fresh dense matrix, so columns(j) is column j.
wrap
Wrap an existing flat DoubleArray without copying. The caller relinquishes ownership.