Skip to content

Commit 15c3581

Browse files
Apply suggestions from code review
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 3c67484 commit 15c3581

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

doc/solvers/ConditionNumber.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ The norm of $A^{-1}$ is obtained without forming an explicit inverse as a first-
2424

2525
## Complexity Analysis
2626

27-
| Operation | Time | Space | Notes |
28-
|-----------------|----------|----------|------------------------------------------------|
29-
| ConditionNumber | $O(N^3)$ | $O(N^2)$ | Dominated by the $N$-column solve of $AX = I$ |
27+
| Operation | Time | Space | Notes |
28+
|-----------------|----------|----------|-----------------------------------------------|
29+
| ConditionNumber | $O(N^3)$ | $O(N^2)$ | Dominated by the $N$-column solve of $AX = I$ |
3030

3131
## Step-by-Step Walkthrough
3232

0 commit comments

Comments
 (0)