JaysGitLab / cs5666-spr17-javatrix-ccubed

cs5666-spr17-javatrix-ccubed created by GitHub Classroom
0 stars 0 forks source link

Test & Implement constructWithCopy(double[][] A) #16

Open whereswaldon opened 7 years ago

whereswaldon commented 7 years ago
public static Matrix constructWithCopy(double[][] A)
Construct a matrix from a copy of a 2-D array.
Parameters:
A - Two-dimensional array of doubles.
Throws:
java.lang.IllegalArgumentException - All rows must have the same length
bclinthall commented 7 years ago

I'm estimating 30 minutes for #16, #17, and #20 combined