Test if a matrix of type dgCMatrix is symmetric.
1 2  | ## S3 method for class 'dgCMatrix'
isSymmetric(object, tol = 100 * .Machine$double.eps, ...)
 | 
object | 
 a matrix of type dgCMatrix.  | 
tol | 
 numeric scalar >= 0. Smaller differences are not considered.  | 
... | 
 further arguments passed to methods; the matrix method passes.  | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.