We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e72d2f4 commit bf328f6Copy full SHA for bf328f6
test/linalg/test_linalg_pivoting_qr.fypp
@@ -66,7 +66,7 @@ module test_linalg_pivoting_qr
66
if (allocated(error)) return
67
68
! Check solution
69
- call check(error, all(abs(a(:, pivots)-matmul(q,r))<tol), 'converged solution (fulle)')
+ call check(error, all(abs(a(:, pivots)-matmul(q,r))<tol), 'converged solution (full)')
70
71
72
! 2) QR factorization with reduced matrices
0 commit comments