isSymmetric: isSymmetric

Description Usage Arguments Details

Description

Tests if a distributed matrix is symmetric.

Usage

1
2
## S4 method for signature 'ddmatrix'
isSymmetric(object, tol = 100 * .Machine$double.eps, ...)

Arguments

object

Distributed matrix

tol

Numerical tolerance for the comparison.

...

Additional arguments passed to all.equal().

Details

The test is performed by comparing the object against its transpose.


RBigData/pbdDMAT documentation built on Oct. 29, 2021, 6:20 p.m.