Skip to content

Commit 2f54103

Browse files
author
hornik
committed
Tweaks.
git-svn-id: https://svn.r-project.org/R/trunk@88039 00db46b3-68df-0310-9c12-caf00c1e9a41
1 parent f058c3a commit 2f54103

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/library/base/man/kappa.Rd

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,6 +212,7 @@ 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-
try(kappa(A, exact=TRUE, norm = "1", inv_z = solve(A, tol = 1e-19))) ## 5.22057e16 on x86_64 Linux with GCC
215+
try(kappa(A, exact=TRUE, norm = "1",
216+
inv_z = solve(A, tol = 1e-19))) # 5.22057e16 on x86_64 Linux with GCC
216217
}
217218
\keyword{math}

0 commit comments

Comments
 (0)