Skip to content

Commit fda749f

Browse files
author
ripley
committed
value varies by platform, exactly singular on Intel x86_64 compiler
git-svn-id: https://svn.r-project.org/R/trunk@87976 00db46b3-68df-0310-9c12-caf00c1e9a41
1 parent d29a8fc commit fda749f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/library/base/man/kappa.Rd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,6 +212,6 @@ kappa(A, exact=TRUE) # 8.675057e+15 ( 2-norm )
212212
213213
## now for the 1-norm :
214214
try(kappa(A, exact=TRUE, norm = "1")) #-> Error: computationally singular
215-
kappa(A, exact=TRUE, norm = "1", inv_z = solve(A, tol = 1e-19)) ## 5.22057e16
215+
try(kappa(A, exact=TRUE, norm = "1", inv_z = solve(A, tol = 1e-19))) ## 5.22057e16 on x86_64 Linux with GCC
216216
}
217217
\keyword{math}

0 commit comments

Comments
 (0)