issues
search
JaysGitLab
/
cs5666-spr17-javatrix-ccubed
cs5666-spr17-javatrix-ccubed created by GitHub Classroom
0
stars
0
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Implemented Issue 61
#96
campellcl
closed
7 years ago
0
Implemented Issue 51
#95
campellcl
closed
7 years ago
2
Implemented Issue 41
#94
campellcl
closed
7 years ago
1
Implemented Issue 39
#93
campellcl
opened
7 years ago
0
implement copy methods, #16, #17, #20
#92
bclinthall
closed
7 years ago
1
Iss53
#91
whereswaldon
closed
7 years ago
3
Testrebase85
#90
whereswaldon
closed
7 years ago
1
Implemented 'times' from Task #79
#89
campellcl
closed
7 years ago
11
resolve #54, setMatrix(int[], int[], Matrix)
#88
bclinthall
closed
7 years ago
0
Finish #66
#87
bclinthall
closed
7 years ago
1
Iss85
#86
bclinthall
closed
7 years ago
2
Fix two problems with constructors
#85
bclinthall
closed
7 years ago
1
resolve #82
#84
bclinthall
closed
7 years ago
1
test, implement, and stylecheck transpose method
#83
bclinthall
closed
7 years ago
0
Checkstyle for two arithmetic test files
#82
bclinthall
closed
7 years ago
0
Constructor should store array passed in as underlieing data structure
#81
bclinthall
closed
7 years ago
1
Arithmatic by Element
#80
bclinthall
closed
7 years ago
3
Matrix Mulitplication
#79
bclinthall
opened
7 years ago
0
Travis Checkstyle
#78
campellcl
closed
7 years ago
0
Element by Element Operations - return result
#77
bclinthall
closed
7 years ago
0
Element By Element Ops - in place
#76
bclinthall
closed
7 years ago
0
No zero dimensions
#75
bclinthall
closed
7 years ago
1
Iss5
#74
bclinthall
closed
7 years ago
0
Implemented Issue #37 of Task #66
#73
campellcl
closed
7 years ago
0
Implemented Issue #31
#72
campellcl
closed
7 years ago
0
Completed Issue #18 of Task #66
#71
campellcl
closed
7 years ago
0
Iss69
#70
bclinthall
closed
7 years ago
0
improve tests for constructor2 Matrix(double[][], int, int)
#69
bclinthall
closed
7 years ago
0
Iss2
#68
bclinthall
closed
7 years ago
0
Iss8
#67
whereswaldon
closed
7 years ago
1
Getters and Setters
#66
bclinthall
opened
7 years ago
0
Added continuous integration via travisCI.
#65
campellcl
closed
7 years ago
0
Constructors
#64
bclinthall
closed
7 years ago
0
Matrix uminus()
#63
bclinthall
opened
7 years ago
0
Matrix transpose()
#62
bclinthall
opened
7 years ago
0
double trace()
#61
bclinthall
opened
7 years ago
1
Matrix timesEquals(double s)
#60
bclinthall
opened
7 years ago
0
Matrix times(Matrix B)
#59
bclinthall
opened
7 years ago
0
Matrix times(double s)
#58
bclinthall
opened
7 years ago
0
void setMatrix(int i0, int i1, int j0, int j1, Matrix X)
#57
bclinthall
opened
7 years ago
0
void setMatrix(int i0, int i1, int[] c, Matrix X)
#56
bclinthall
opened
7 years ago
0
void setMatrix(int[] r, int j0, int j1, Matrix X)
#55
bclinthall
opened
7 years ago
0
void setMatrix(int[] r, int[] c, Matrix X)
#54
bclinthall
closed
7 years ago
1
void set(int i, int j, double s)
#53
bclinthall
closed
7 years ago
0
static Matrix read(java.io.BufferedReader input)
#52
bclinthall
opened
7 years ago
0
static Matrix random(int m, int n)
#51
bclinthall
opened
7 years ago
0
void print(java.io.PrintWriter output, java.text.NumberFormat format, int width)
#50
bclinthall
opened
7 years ago
0
void print(java.io.PrintWriter output, int w, int d)
#49
bclinthall
opened
7 years ago
0
void print(java.text.NumberFormat format, int width)
#48
bclinthall
opened
7 years ago
0
void print(int w, int d)
#47
bclinthall
opened
7 years ago
3
Next