File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -16,21 +16,21 @@ Simple Matrix lib for **Programming competency test**
1616#### Addition
1717
1818| Type | Shape | Execution time (in ms) | Execution time for assignment (in ms) |
19- | :--------: | :---------: | :-----------------------| :----------------------------------:|
19+ | :--------: | :---------: | :-----------------------| :----------------------------------:|
2020| ` int ` | (1000,1000) | 35 | 0 |
2121| ` complex ` | (1000,1000) | 48 | 55 |
2222
2323#### Subtraction
2424
2525| Type | Shape | Execution time (in ms) | Execution time for assignment (in ms) |
26- | :--------: | :---------: | :-----------------------| :----------------------------------:|
26+ | :--------: | :---------: | :-----------------------| :----------------------------------:|
2727| ` int ` | (1000,1000) | 36 | 0 |
2828| ` complex ` | (1000,1000) | 48 | 55 |
2929
3030#### Multiplication
3131
3232| Type | Shape | Execution time for Direct (in ms) | Execution time for Lazy (in ms) | Execution time for Lazy assignment (in ms) |
33- | :--------: | :---------: | :---------------------: | :----------------------------------: | :----------------------------------: |
33+ | :--------: | :---------: | :---------------------: | :----------------------------------: | :----------------------------------: |
3434| ` int ` | (1000,1000) | 26433 | 13479 | 13312 |
3535| ` complex ` | (1000,1000) | 61080 | 34132 | 36019 |
3636
You can’t perform that action at this time.
0 commit comments