示例#1
0
 /// <summary>
 /// Copies the entries of the matrix into a 2-dimensional array. The returned array has length(0) = <see cref="NumRows"/>
 /// and length(1) = <see cref="NumColumns"/>.
 /// </summary>
 public double[,] CopyToArray2D() => DenseStrategies.CopyToArray2D(this);