isSymmetric.dgCMatrix: Test if a matrix of type dgCMatrix is symmetric.

Description Usage Arguments

View source: R/sparseAHC.R

Description

Test if a matrix of type dgCMatrix is symmetric.

Usage

1
2
## S3 method for class 'dgCMatrix'
isSymmetric(object, tol = 100 * .Machine$double.eps, ...)

Arguments

object

a matrix of type dgCMatrix.

tol

numeric scalar >= 0. Smaller differences are not considered.

...

further arguments passed to methods; the matrix method passes.


khabbazian/sparseAHC documentation built on May 20, 2019, 9:22 a.m.