Construct a matrix from a one-dimensional packed array
Parameters
- vals
- One-dimensional array of doubles, packed by columns (ala Fortran).
- m
- Number of rows.
Exceptions
| Exception Type | Condition |
|---|---|
| ArgumentException | Array length must be a multiple of m. |
See Also
GeneralMatrix Class | DotNetMatrix Namespace | GeneralMatrix Constructor Overload List