-
Home
-
wpDataTables – WordPress Data Table, Dynamic Tables & Table Charts Plugin
-
2.1.60
-
Code
-
Classes
- PHPExcel_Shared_JAMA_Matrix
| Total Complexity |
221 |
| Dependencies |
6 |
| Dependents |
4 |
| Total lines |
1,133 |
| Lines of code |
789 |
| Logical lines of code |
533 |
| Comment lines |
252 |
| Methods |
31 |
| Properties |
3 |
Methods 31
| Method |
Rating |
Maintainability
|
Complexity
|
Lines of code
|
| getMatrix() |
D |
29 |
40 |
133 |
| times() |
C |
36 |
23 |
85 |
| arrayRightDivide() |
A |
43 |
15 |
48 |
| plusEquals() |
A |
44 |
14 |
44 |
| minusEquals() |
A |
44 |
14 |
44 |
| arrayTimesEquals() |
A |
44 |
14 |
44 |
| power() |
A |
44 |
14 |
44 |
| __construct() |
A |
45 |
10 |
45 |
| plus() |
S |
49 |
7 |
30 |
| minus() |
S |
49 |
7 |
30 |
| arrayTimes() |
S |
49 |
7 |
30 |
| arrayRightDivideEquals() |
S |
49 |
7 |
30 |
| arrayLeftDivide() |
S |
49 |
7 |
30 |
| arrayLeftDivideEquals() |
S |
49 |
7 |
30 |
| concat() |
S |
50 |
7 |
29 |
| checkMatrixDimensions() |
S |
62 |
4 |
11 |
| getMatrixByRow() |
S |
63 |
3 |
11 |
| getMatrixByCol() |
S |
63 |
3 |
11 |
| transpose() |
S |
64 |
3 |
9 |
| diagonal() |
S |
68 |
2 |
7 |
| trace() |
S |
66 |
2 |
8 |
| solve() |
S |
65 |
2 |
9 |
| getArray() |
S |
82 |
1 |
3 |
| getRowDimension() |
S |
82 |
1 |
3 |
| getColumnDimension() |
S |
82 |
1 |
3 |
| get() |
S |
80 |
1 |
3 |
| set() |
S |
79 |
1 |
3 |
| identity() |
S |
79 |
1 |
3 |
| uminus() |
S |
91 |
1 |
2 |
| inverse() |
S |
79 |
1 |
3 |
| det() |
S |
76 |
1 |
4 |