The R Project SVN R

Rev

Rev 59039 | Rev 68948 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 59039 Rev 61168
Line 38... Line 38...
38
  \code{symmetric} argument is missing.
38
  \code{symmetric} argument is missing.
39
}
39
}
40
\examples{
40
\examples{
41
isSymmetric(D3 <- diag(3)) # -> TRUE
41
isSymmetric(D3 <- diag(3)) # -> TRUE
42
 
42
 
43
D3[2,1] <- 1e-100
43
D3[2, 1] <- 1e-100
44
D3
44
D3
45
isSymmetric(D3) # TRUE
45
isSymmetric(D3) # TRUE
46
isSymmetric(D3, tol = 0) # FALSE for zero-tolerance
46
isSymmetric(D3, tol = 0) # FALSE for zero-tolerance
47
}
47
}
48
\keyword{array}
48
\keyword{array}